RawSymbol

Trait RawSymbol 

Source
pub trait RawSymbol: Symbolic + 'static { }
Expand description

The RawSymbol trait establishes the minimum requirements for a type to be used as a symbol within a Turing machine.

Implementors§

Source§

impl<S> RawSymbol for S
where S: Symbolic + 'static,