pub trait GetInputTypeRef {
    type Output: Into<TypeRef>;

    fn get_input_type_ref() -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§