pub trait TypeName {
    fn type_name() -> &'static str;
    fn value_type() -> ValueType;
}

Required Methods

Implementations on Foreign Types

Implementors