Enum rurtle::parse::ParseErrorKind [] [src]

pub enum ParseErrorKind {
    UnexpectedToken(&'static str, Token),
    UnexpectedEnd,
    UnknownFunction(String),
}

Variants

UnexpectedToken
UnexpectedEnd
UnknownFunction

Trait Implementations

impl Display for ParseErrorKind

fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl Debug for ParseErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result