Struct fluent_syntax::parser::errors::ErrorInfo [−][src]
Fields
slice: String
line: usize
pos: usize
Trait Implementations
impl Debug for ErrorInfo[src]
impl Debug for ErrorInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ErrorInfo[src]
impl PartialEq for ErrorInfo