Enum toxearley::Symbol [] [src]

pub enum Symbol {
    NonTerm(String),
    Terminal(StringBox<Fn(&str) -> bool>),
}

Variants

Methods

impl Symbol
[src]

Trait Implementations

impl Debug for Symbol
[src]

Formats the value using the given formatter.

impl Hash for Symbol
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Symbol
[src]

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

This method tests for !=.

impl Eq for Symbol
[src]