Trait float::One [] [src]

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

Number 1.

Required Methods

fn one() -> Self

Returns 1.

Implementors