Crate rooting_forms

Source

Re-exports§

pub use css::*;
pub use impl_str::*;
pub use impl_macroutil::*;

Modules§

css
impl_bool
impl_macroutil
impl_option
impl_str
impl_unit_structs
impl_vec
republish
Republished types for macro use.

Structs§

FormElements

Traits§

Form
Provides methods for creating forms from a type. All types that can appear as or within such forms must implement this. This is automatically implemented for FormWith<()> so if implementing yourself, focus on that trait.
FormState
An object representing a form (the state of the form).
FormWith
Like Form but allows passing in additional context, for custom elements that need it. FormWith<()> is generated by the Form derive macro.

Derive Macros§

Form