trait TypeErasedExample<T> {
    // Required method
    fn type_erased_example() -> T;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<T: Default + Serialize> TypeErasedExample<T> for ()

source§

default fn type_erased_example() -> T

source§

impl<T: Sized> TypeErasedExample<T> for ()

source§

default fn type_erased_example() -> T

Implementors§