Struct tgff::Error [] [src]

pub struct Error {
    pub line: usize,
    pub message: String,
}

A parsing error.

Fields

The line on which the error occurred.

The description of the error.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more