Methods
next
pub fn next(self): Field? throws MultipartError
[src]
pub fn next(self): Field? throws MultipartError {
return try (self as _Multipart).next();
}
Receives the next field from the multipart body.
next
pub fn next(self): Field? throws MultipartError
[src]
pub fn next(self): Field? throws MultipartError {
return try (self as _Multipart).next();
}
Receives the next field from the multipart body.
Receives the next field from the multipart body.