pub trait Interface: DriverGeneric { // Required method fn current_cpu_setup(&self) -> HardwareCPU; }