Trait MappableNativeInputType

Source
pub trait MappableNativeInputType {
    type ID;

    // Required method
    fn map_to(&self, st: &mut InputProcessSharedState, id: Self::ID);
}

Required Associated Types§

Required Methods§

Source

fn map_to(&self, st: &mut InputProcessSharedState, id: Self::ID)

Implementors§