[][src]Trait doubled::Normalize

pub trait Normalize {
    fn normalize(self) -> Self;
}

Required methods

fn normalize(self) -> Self

Loading content...

Implementors

impl<T> Normalize for Doubled<T> where
    T: Copy + Add<Output = T> + Sub<Output = T>, 
[src]

Loading content...