ToPolar

Trait ToPolar 

Source
pub trait ToPolar<T> {
    // Required method
    fn to_polar(&self) -> Polar<T>;
}

Required Methods§

Source

fn to_polar(&self) -> Polar<T>

Implementors§