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

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

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§