Struct fluent_syntax::parser::errors::ErrorInfo[][src]

pub struct ErrorInfo {
    pub slice: String,
    pub line: usize,
    pub pos: usize,
}

Fields

Trait Implementations

impl Debug for ErrorInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorInfo
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ErrorInfo

impl Sync for ErrorInfo