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§
Sourcefn field_type(&self) -> FieldType
fn field_type(&self) -> FieldType
The field_type value associated with the type