pub type InputMappingRef = InputRef<InputMapping>;

Aliased Type§

struct InputMappingRef(/* private fields */);

Trait Implementations§

source§

impl From<InputMapping> for InputMappingRef

source§

fn from(value: InputMapping) -> Self

Converts to this type from the input type.