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