Struct toml::DecodeError [] [src]

pub struct DecodeError {
    pub field: Option<String>,
    pub kind: DecodeErrorKind,
}

Description for errors which can occur while decoding a type.

Fields

Field that this error applies to.

The type of error which occurred while decoding,

Trait Implementations

impl PartialEq for DecodeError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DecodeError
[src]

Formats the value using the given formatter.

impl Display for DecodeError
[src]

Formats the value using the given formatter.

impl Error for DecodeError
[src]

A short description of the error. Read more

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