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