Trait rooting_forms::Form
source · pub trait Form {
// Required method
fn new_form(field: &'static str) -> Box<dyn FormState<Self>>;
}Expand description
This represnts a rust datatype that can be included in a form.
Required Methods§
Object Safety§
This trait is not object safe.