pub trait AngleEq: HasBoolMask {
// Required method
fn angle_eq(&self, other: &Self) -> Self::Mask;
}
Expand description
Angular equality, where 0 degrees and 360 degrees are equal.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.