Modules§
- css
- impl_
bool - impl_
macroutil - impl_
option - impl_
password - impl_
str - impl_
unit_ structs - impl_
vec - republish
- Republished types for macro use.
Structs§
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. - Form
State - An object representing a form (the state of the form).
- Form
With - Like
Formbut allows passing in additional context, for custom elements that need it.FormWith<()>is generated by theFormderive macro.