Searched defs:NotificationManager (Results 1 – 1 of 1) sorted by relevance
47 pub trait NotificationManager: 'static { trait67 type NotificationManager: NotificationManager; typedef69 fn build(self) -> Option<Self::NotificationManager>; in build()482 type NotificationManager = MockNotificationManager; typedef484 fn build(self) -> Option<Self::NotificationManager> { in build()