Searched defs:ConsoleSwitch (Results 1 – 2 of 2) sorted by relevance
10 pub trait ConsoleSwitch: Sync + Send { interface
241 fn driver_funcs(&self) -> Arc<dyn ConsoleSwitch> { in driver_funcs()245 pub fn set_driver_funcs(&mut self, func: Weak<dyn ConsoleSwitch>) { in set_driver_funcs()