Searched defs:MockNotificationManager (Results 1 – 1 of 1) sorted by relevance
574 struct MockNotificationManager { struct575 notf_sender: mpsc::UnboundedSender<UciNotification>,577 nonsend_counter: Rc<RefCell<usize>>,580 impl NotificationManager for MockNotificationManager { implementation