Struct cton_reader::Error [] [src]

pub struct Error {
    pub location: Location,
    pub message: String,
}

A parse error is returned when the parse failed.

Fields

Location of the error.

Error message.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error