pub async fn handle_multipart<T, E>(
    m: Multipart,
    form: Rc<Form<T, E>>
) -> Result<Result<Value<T>, E>, Error>where
    T: 'static,
    E: 'static,
Expand description

Handle multipart streams from Actix Web