Struct mnt::ParseError
[−]
[src]
pub struct ParseError { // some fields omitted }
pub struct ParseError { // some fields omitted }
impl ParseError
fn new(detail: String) -> ParseError
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
impl Debug for ParseError