Enum pumpkinscript::ParseError [] [src]

pub enum ParseError {
    Incomplete,
    Err(u32),
    UnknownErr,
    Superfluous(Vec<u8>),
}

Parse-related error

Variants

Incomplete input

Error with a code

Unknown error

Unparseable remainder

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl PartialEq for ParseError
[src]

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

This method tests for !=.

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more