pub trait MachineStopType: AsAny + Display + Send { }
A trait for machine-specific errors (or other “machine stop” conditions).