pub trait SafeModeNotify { // Required methods fn entered(); fn exited(); }
A trait to notify when the runtime enters or exits safe mode.
Called when the runtime enters safe mode.
Called when the runtime exits safe mode.