pub trait MutexSyncOpsWithNotification { // Required method fn notification(&self) -> Notification; }