Crate actix_multipart_derive
source ·Expand description
Multipart form derive macro for Actix Web.
See MultipartForm
for usage examples.
Derive Macros§
- Implements
MultipartCollect
for a struct so that it can be used with theMultipartForm
extractor.