pub trait ConstOne: One { const ONE: Self; }
Defines an associated constant representing the multiplicative identity element for Self.
Self
The multiplicative identity element of Self, 1.
1