Enum cfg::history::BinarizedRhsSubset [] [src]

pub enum BinarizedRhsSubset {
    Left,
    Right,
    All,
}

Used to inform which symbols on a rule'Symbol RHS are nullable, and will be eliminated.

Variants

Left

The first of two symbols.

Right

The second of two symbols.

All

All 1 or 2 symbols. The rule is nullable.

Trait Implementations

Derived Implementations

impl Copy for BinarizedRhsSubset

impl Clone for BinarizedRhsSubset

fn clone(&self) -> BinarizedRhsSubset

1.0.0fn clone_from(&mut self, source: &Self)