Struct malk_lexer::InvalidSymbolTableError [] [src]

pub struct InvalidSymbolTableError<'s> {
    pub first: Vec<&'s str>,
    pub second: Vec<&'s str>,
}

Error returned by validate_symbol_table. Represents two sequences of symbols that cannot be parsed unambiguously because they would appear as the same string of text.

Fields

Trait Implementations

impl<'s> Debug for InvalidSymbolTableError<'s>
[src]

Formats the value using the given formatter.

impl<'s> Clone for InvalidSymbolTableError<'s>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'s> PartialEq for InvalidSymbolTableError<'s>
[src]

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

This method tests for !=.