pub fn out_logger<W>( out: W, ) -> TapeMachineLogger<impl TapeMachine<InstructionSet>>where W: Write + Send + 'static,