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.
pub trait ConstOne: One {
const ONE: Self;
}Defines an associated constant representing the multiplicative identity
element for Self.