pub type InputMappingRef = InputRef<InputMapping>;
Aliased Type§
struct InputMappingRef(/* private fields */);
Trait Implementations§
Source§impl From<InputMapping> for InputMappingRef
impl From<InputMapping> for InputMappingRef
Source§fn from(value: InputMapping) -> Self
fn from(value: InputMapping) -> Self
Converts to this type from the input type.