mirror of
https://github.com/actix/actix-web.git
synced 2024-11-13 04:11:09 +00:00
d4b833ccf0
Co-authored-by: Rob Ede <robjtede@icloud.com>
7 lines
134 B
Rust
7 lines
134 B
Rust
use actix_multipart::form::MultipartForm;
|
|
|
|
#[derive(MultipartForm)]
|
|
#[multipart(duplicate_field = "no")]
|
|
struct Form {}
|
|
|
|
fn main() {}
|