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

Defines the multiplicative identity value

Associated Constants

Multiplicative identity

Implementations on Foreign Types

Implementors