Struct email::results::ParsingError [] [src]

pub struct ParsingError {
    // some fields omitted
}

Methods

impl ParsingError

fn new(desc: String) -> Self

Trait Implementations

impl Display for ParsingError

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

impl Error for ParsingError

fn description(&self) -> &str

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

Derived Implementations

impl Debug for ParsingError

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