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 the MultipartForm extractor.