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

The first of two symbols.

The second of two symbols.

All 1 or 2 symbols. The rule is nullable.

Trait Implementations

impl Clone for BinarizedRhsSubset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinarizedRhsSubset
[src]