[][src]Trait branchy::TerminalValue

pub trait TerminalValue: Clone { }

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...