Enum combpop::parser::ParseError [] [src]

pub enum ParseError {
    EOF,
    NotReady,
    SyntaxError,
}

Variants

Methods

impl ParseError
[src]

Trait Implementations

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter.