Crate form_fields

Source

Modules§

elements
from_form
multipart
selectable
urlencoded
validation_value

Structs§

FormField
A struct that represents a form field with its metadata and descriptor. Values shared between every form field type are stored here, while input specific data is stored in the descriptor field, which implements the Descriptor trait.

Traits§

Descriptor
A trait that describes a form field input element. Stores and validates data posted from a form.
Intermediate

Derive Macros§

FromForm
Derive macro for generating form field specifications from a struct.
Selectable
Derive macro for generating selectable types from a copyable struct.