pub trait RawSymbol: Symbolic + 'static { }
The RawSymbol trait establishes the minimum requirements for a type to be used as a symbol within a Turing machine.
RawSymbol