[][src]Trait cfg::history::EliminateNulling

pub trait EliminateNulling {
    fn eliminate_nulling<R>(&self, rule: &R, which: BinarizedRhsSubset) -> Self
    where
        R: GrammarRule
; }

Trait for history types that allow the rule to have nulling symbols eliminated from the RHS.

Required methods

fn eliminate_nulling<R>(&self, rule: &R, which: BinarizedRhsSubset) -> Self where
    R: GrammarRule

Returns a history. May record the elimination.

Loading content...

Implementors

impl EliminateNulling for History[src]

impl EliminateNulling for NullHistory[src]

Loading content...