[][src]Trait cfg::history::Binarize

pub trait Binarize {
    fn binarize<R>(&self, rule: &R, depth: usize) -> Self
    where
        R: GrammarRule
; }

Trait for history types that allow the rule to be binarized.

Required methods

fn binarize<R>(&self, rule: &R, depth: usize) -> Self where
    R: GrammarRule

Returns a history. May record the binarization.

Loading content...

Implementors

impl Binarize for History[src]

impl Binarize for NullHistory[src]

Loading content...