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