Struct toml_edit::TomlError[][src]

pub struct TomlError { /* fields omitted */ }

Type representing a TOML parse error

Trait Implementations

impl Debug for TomlError
[src]

Formats the value using the given formatter. Read more

impl Clone for TomlError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for TomlError
[src]

impl PartialEq for TomlError
[src]

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

This method tests for !=.

impl Hash for TomlError
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for TomlError
[src]

Displays a TOML parse error

Example

TOML parse error at line 1, column 10 | 1 | 00:32:00.a999999 | ^ Unexpected a Expected digit While parsing a Time While parsing a Date-Time

Formats the value using the given formatter. Read more

impl StdError for TomlError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for TomlError

impl Sync for TomlError