Struct toml_edit::TomlError [] [src]

pub struct TomlError { /* fields omitted */ }

Type representing a TOML parse error

Trait Implementations

impl Debug for TomlError
[src]

[src]

Formats the value using the given formatter.

impl Clone for TomlError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for TomlError
[src]

impl PartialEq for TomlError
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for TomlError
[src]

[src]

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

1.3.0
[src]

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

[src]

Formats the value using the given formatter. Read more

impl StdError for TomlError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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