pub type Bearing = Compass<BearingType>;
Expand description
Represents a bearing - the compass direction of your desired destination
Aliased Typeยง
struct Bearing { /* private fields */ }
pub type Bearing = Compass<BearingType>;
Represents a bearing - the compass direction of your desired destination
struct Bearing { /* private fields */ }