Struct reep_bodyparser_rustcdecodable::EmptyBodyError [] [src]

pub struct EmptyBodyError;

error to used if ther is a body expected but non provided in the request

Trait Implementations

impl Debug for EmptyBodyError
[src]

Formats the value using the given formatter.

impl Display for EmptyBodyError
[src]

Formats the value using the given formatter. Read more

impl StdError for EmptyBodyError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more