Struct multipart::server::ReadEntryError [] [src]

pub struct ReadEntryError<M> {
    pub multipart: M,
    pub error: Error,
    // some fields omitted
}

Error type returned by Multipart::read_entry() and Multipart::into_entry().

Fields

The Multipart that caused the error.

The actual error.