Trait IntoRad

Source
pub trait IntoRad<T> {
    // Required method
    fn into_rad(&self) -> T;
}
Expand description

All objects implementing the IntoRad trait can be converted into radians

Required Methods§

Source

fn into_rad(&self) -> T

Implementors§