Searched defs:MultipartError (Results 1 – 1 of 1) sorted by relevance
85 pub async fn next_field(&mut self) -> Result<Option<Field<'_>>, MultipartError> { in next_field() argument148 pub async fn bytes(self) -> Result<Bytes, MultipartError> { in bytes() argument156 pub async fn text(self) -> Result<String, MultipartError> { in text() argument198 pub async fn chunk(&mut self) -> Result<Option<Bytes>, MultipartError> { in chunk() argument208 pub struct MultipartError { struct212 impl MultipartError { argument263 impl fmt::Display for MultipartError { implementation269 impl std::error::Error for MultipartError { implementation275 impl IntoResponse for MultipartError { implementation356 async fn handle(mut multipart: Multipart) -> Result<(), MultipartError> { in body_too_large() argument