Trait std::num::One

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

Required Methods

fn one() -> Self

Implementors