Enum asexp::token::TokenError [] [src]

pub enum TokenError {
    InvalidNumber,
    MissingQuoteEnd,
    InvalidUnquotedString,
    InvalidEscape,
}

Variants

Trait Implementations

impl Debug for TokenError
[src]

Formats the value using the given formatter.

impl PartialEq for TokenError
[src]

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

This method tests for !=.

impl Copy for TokenError
[src]

impl Clone for TokenError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more