pub trait MappableNativeInputType {
type ID;
// Required method
fn map_to(&self, st: &mut InputProcessSharedState, id: Self::ID);
}
pub trait MappableNativeInputType {
type ID;
// Required method
fn map_to(&self, st: &mut InputProcessSharedState, id: Self::ID);
}