Trait FieldType

Source
pub trait FieldType {
    // Required method
    fn get_type_str(&self) -> String;
}

Required Methods§

Implementors§