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.
Required Associated Constants§
Object Safety§
This trait is not object safe.