1 2 3 4 5 6
use awmpde::FromActixMultipart; #[derive(FromActixMultipart)] struct Help { _animals: Vec<String>, }