Trait float::One [] [src]

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

Number 1.

Required Methods

[]

Returns 1.

Implementors