Skip to main content

GetOutputTypeRef

Trait GetOutputTypeRef 

Source
pub trait GetOutputTypeRef {
    // Required method
    fn get_output_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, E> GetOutputTypeRef for Result<T, E>

Source§

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

Source§

impl<T: GetOutputTypeRef> GetOutputTypeRef for Option<T>

Source§

impl<T: GetOutputTypeRef> GetOutputTypeRef for Vec<T>

Implementors§