Enum bodyparser::BodyErrorCause [] [src]

pub enum BodyErrorCause {
    Utf8Error(Utf8Error),
    IoError(Error),
    JsonError(Error),
}

Variants

Utf8Error(Utf8Error)IoError(Error)JsonError(Error)

Trait Implementations

impl Debug for BodyErrorCause
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.