[][src]Trait euclid::num::One

pub trait One {
    fn one() -> Self;
}

Required Methods

Implementors

impl<T: One> One for T
[src]