pub trait ToRadians {
// Required method
fn radians64(&self) -> f64;
}Expand description
A little helper to deal with both specified and computed angles.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".