[][src]Crate gotham_formdata_derive

This crate implements derive macros for the gotham_formdata crate.

Derive Macros

FormData

This derive macro implements FormData for the struct it is invoked on. Enums, unions and tuple structs are not supported.