Trait Interface

Source
pub trait Interface: DriverGeneric {
    // Required method
    fn get_current_cpu(&mut self) -> Box<dyn InterfaceCPU>;
}

Required Methods§

Source

fn get_current_cpu(&mut self) -> Box<dyn InterfaceCPU>

Implementors§