Enum email_format::rfc5322::error::ParseError [] [src]

pub enum ParseError {
    Eof(&'static str),
    NotFound(&'static str),
    Expected(Vec<u8>),
    ExpectedType(&'static str),
    Io(IoError),
    InvalidBodyChar(u8),
    LineTooLong(usize),
    TrailingInput(&'static strusize),
    InternalError,
    Parse(&'static strBox<ParseError>),
}

Variants

Trait Implementations

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl StdError for ParseError
[src]

A short description of the error. Read more

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