pub trait SensorGetterMut { // Required method fn sensor(&mut self, port: SensorPort) -> &mut SensorData; }