Trait branchy::TerminalValue[][src]

pub trait TerminalValue: Clone { }
Expand description

Describes requirements for types of terminal symbol values.

Any cloneable type automatically satisfies TerminalValue.

Implementors

impl<T> TerminalValue for T where
    T: Clone
[src]

Loading content...