Enum bodyparser::BodyErrorCause [] [src]

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

Variants

Trait Implementations

impl Debug for BodyErrorCause
[src]

Formats the value using the given formatter.