pub trait InertialSensor { // Required methods fn attitude(&mut self) -> Quaternion<f32>; fn gyro(&mut self) -> Vector3<f32>; }