Trait IntoDeg

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

All objects implementing the IntoDeg trait can be converted into degrees

Required Methods§

Source

fn into_deg(&self) -> T

Implementors§