Struct bodyparser::BodyError [] [src]

pub struct BodyError {
    pub detail: String,
    pub cause: BodyErrorCause,
}

Fields

detail
cause

Trait Implementations

impl StdError for BodyError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for BodyError

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

Derived Implementations

impl Debug for BodyError

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