pub trait MotorGetterMut { // Required method fn motor(&mut self, port: MotorPort) -> &mut MotorData; }