Enum server::parse::lex::LexError [] [src]

pub enum LexError {
    UnclosedQuotationmark,
}

Variants

UnclosedQuotationmark

Trait Implementations

Derived Implementations

impl Debug for LexError

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

impl PartialEq for LexError

fn eq(&self, __arg_0: &LexError) -> bool

fn ne(&self, __arg_0: &LexError) -> bool