pub trait ConstOne: One {
    const ONE: Self;
}
Expand description

Defines an associated constant representing the multiplicative identity element for Self.

Required Associated Constants

The multiplicative identity element of Self, 1.

Implementations on Foreign Types

Implementors