Crate gotham_formdata_derive
source ·Expand description
This crate implements derive macros for the gotham_formdata
crate.
Derive Macros
This derive macro implements
FormData
for the struct it is invoked on. Enums, unions and
tuple structs are not supported.