Struct cretonne_reader::ParseError[][src]

pub struct ParseError {
    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 ParseError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParseError

impl Sync for ParseError