pub trait Configuration { type Tape: TapeT; type State: State; }
A configuration of a Turing machine.