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