Searched defs:NotificationManager (Results 1 – 1 of 1) sorted by relevance
50 pub trait NotificationManager: 'static { trait76 type NotificationManager: NotificationManager; typedef78 fn build(self) -> Option<Self::NotificationManager>; in build()592 type NotificationManager = MockNotificationManager; typedef594 fn build(self) -> Option<Self::NotificationManager> { in build()