Struct mnt::ParseError [] [src]

pub struct ParseError {
    // some fields omitted
}

Methods

impl ParseError

fn new(detail: String) -> ParseError

Trait Implementations

impl Error for ParseError

fn description(&self) -> &str

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

impl From<Error> for ParseError

fn from(err: Error) -> ParseError

impl Display for ParseError

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

Derived Implementations

impl Debug for ParseError

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