Struct toml::value::DatetimeParseError [] [src]

pub struct DatetimeParseError { /* fields omitted */ }
[]

Error returned from parsing a Datetime in the FromStr implementation.

Trait Implementations

impl Debug for DatetimeParseError
[src]

[]

Formats the value using the given formatter.

impl Clone for DatetimeParseError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Display for DatetimeParseError
[src]

[]

Formats the value using the given formatter. Read more

impl Error for DatetimeParseError
[src]

[]

A short description of the error. Read more

[]

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