Trait n5::TypeReflection[][src]

pub trait TypeReflection<T> {
    fn get_type_variant() -> Self;
}

Reflect rust types to type values.

Required Methods

Implementors