Trait ConstOne

pub trait ConstOne: One

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

Associated Constants

const ONE: Self;

The multiplicative identity element of Self, 1.

Implementors