Trait aurum_numeric::One [] [src]

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

Placeholder which will be removed when std::num::One becomes stable.

Required Methods

Implementors