Skip to main content

GetInputTypeRef

Trait GetInputTypeRef 

Source
pub trait GetInputTypeRef {
    // Required method
    fn get_input_type_ref() -> TypeRefBuilder;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: GetInputTypeRef, E> GetInputTypeRef for Result<T, E>

Source§

impl<T: GetInputTypeRef> GetInputTypeRef for &[T]

Source§

impl<T: GetInputTypeRef> GetInputTypeRef for MaybeUndefined<T>

Source§

impl<T: GetInputTypeRef> GetInputTypeRef for Option<T>

Source§

impl<T: GetInputTypeRef> GetInputTypeRef for Vec<T>

Implementors§