Trait mas_templates::FormField
source · pub trait FormField: Copy + Hash + PartialEq + Eq + Serialize + for<'de> Deserialize<'de> {
// Required method
fn keep(&self) -> bool;
}
Expand description
A trait which should be used for form field enums
Required Methods§
Object Safety§
This trait is not object safe.