Searched defs:MockNotificationManager (Results 1 – 1 of 1) sorted by relevance
537 struct MockNotificationManager { struct538 notf_sender: mpsc::UnboundedSender<UciNotification>,540 nonsend_counter: Rc<RefCell<usize>>,543 impl NotificationManager for MockNotificationManager { implementation