pub trait AngleProvider { // Required method fn angle(&self) -> Result<Heading>; }
Retrieves the robot’s current heading