Trait aurum_numeric::One [] [src]

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

Get the multiplicative identity for a numeric type.

Required Methods

Implementors