TypeInfo

Trait TypeInfo 

Source
pub trait TypeInfo {
    // Required methods
    fn rust_type(&self) -> &'static str;
    fn name(&self) -> &str;
}

Required Methods§

Source

fn rust_type(&self) -> &'static str

Source

fn name(&self) -> &str

Implementors§