Struct ion::ParserError [] [src]

pub struct ParserError {
    pub lo: usize,
    pub hi: usize,
    pub desc: String,
}

Fields

The low byte at which this error is pointing at.

One byte beyond the last character at which this error is pointing at.

A human-readable description explaining what the error is.

Trait Implementations

impl Clone for ParserError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParserError
[src]

Formats the value using the given formatter.

impl Error for ParserError
[src]

A short description of the error. Read more

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

impl Display for ParserError
[src]

Formats the value using the given formatter. Read more