Trait named_type::NamedType [] [src]

pub trait NamedType {
    fn type_name() -> &'static str;
    fn short_type_name() -> &'static str;
}

Required Methods

Implementors