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

Creates a structure with values equal to one.

This interface is obsolete.

Required Methods

Creates a structure with values equal to one.

Implementors