EditableFieldType

Trait EditableFieldType 

Source
pub trait EditableFieldType {
    // Required method
    fn field_type(&self) -> FieldType;
}
Expand description

A trait to associate the field structs with their field_type tag.

Required Methods§

Source

fn field_type(&self) -> FieldType

The field_type value associated with the type

Implementors§