Enum systemd_parser::errors::ParserError []

pub enum ParserError {
    ParseError(Vec<ParseErrorInternal>),
    UnitGrammarError(String),
}

Variants

Trait Implementations

impl Debug for ParserError
[src]

Formats the value using the given formatter.

impl Display for ParserError

Formats the value using the given formatter. Read more

impl Error for ParserError

A short description of the error. Read more

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

impl From<Vec<ParseErrorInternal>> for ParserError

Performs the conversion.

impl From<String> for ParserError

Performs the conversion.

impl<'a> From<Vec<(IError<&'a str>, u32)>> for ParserError
[src]

Performs the conversion.