Struct chrono::format::ParseError
[−]
[src]
pub struct ParseError(_);
An error from the parse
function.
pub struct ParseError(_);
An error from the parse
function.
impl Display for ParseError
[src]impl Error for ParseError
[src]fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Copy for ParseError
[src]impl PartialEq for ParseError
[src]fn eq(&self, __arg_0: &ParseError) -> bool
fn ne(&self, __arg_0: &ParseError) -> bool
impl Clone for ParseError
[src]fn clone(&self) -> ParseError
fn clone_from(&mut self, source: &Self)
impl Debug for ParseError
[src]