Searched defs:MockNotificationManager (Results 1 – 1 of 1) sorted by relevance
578 struct MockNotificationManager { struct579 notf_sender: mpsc::UnboundedSender<UciNotification>,581 nonsend_counter: Rc<RefCell<usize>>,584 impl NotificationManager for MockNotificationManager { implementation