Trait num_traits::identities::ConstZero
source · pub trait ConstZero: Zero {
const ZERO: Self;
}
Expand description
Defines an associated constant representing the additive identity element
for Self
.
pub trait ConstZero: Zero {
const ZERO: Self;
}
Defines an associated constant representing the additive identity element
for Self
.