pub trait AsMachineMut: AsMachine { // Required method fn as_machine_mut(&mut self) -> &mut Machine<Self::State>; }