Type Definition gotham_formdata::FormDataFuture[][src]

type FormDataFuture<T: FormData> = Pin<Box<dyn Future<Output = Result<T, T::Err>> + Send>>;
Expand description

This is the return type of FormData::parse_form_data.