Trait branchy::NonterminalValue[][src]

pub trait NonterminalValue: Clone + PartialEq { }
Expand description

Describes requirements for types of non-terminal symbol values.

Any type that is cloneable and comparable by == automatically satisfies NonterminalValue.

Implementors

impl<Nt> NonterminalValue for Nt where
    Nt: Clone + PartialEq
[src]

Loading content...