Trait num_traits::identities::ConstOne
source · pub trait ConstOne: One {
const ONE: Self;
}
Expand description
Defines an associated constant representing the multiplicative identity
element for Self
.
Required Associated Constants§
Object Safety§
This trait is not object safe.