Trait Interface

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

Required Methods§

Source

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

Implementors§