Crate actix_multipart_derive

Source
Expand description

Multipart form derive macro for Actix Web.

See MultipartForm for usage examples.

Derive Macrosยง

MultipartForm
Implements MultipartCollect for a struct so that it can be used with the MultipartForm extractor.