Struct fluent::syntax::errors::ParserError [] [src]

pub struct ParserError {
    pub info: Option<ErrorInfo>,
    pub kind: ErrorKind,
}

Fields

Trait Implementations

impl Debug for ParserError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParserError

impl Sync for ParserError