logo

Trait primitives::prelude::One[][src]

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

Creates a structure with values equal to one.

This interface is obsolete.

Required methods

Implementors