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

Required methods

Implementations on Foreign Types

Implementors