Derive Macro gotham_formdata_derive::FormData
source · #[derive(FormData)]
{
// Attributes available to this derive:
#[validate]
}
Expand description
This derive macro implements FormData
for the struct it is invoked on. Enums, unions and
tuple structs are not supported.