pub trait ConstZero: Zero { const ZERO: Self; }
Defines an associated constant representing the additive identity element for Self.
Self
The additive identity element of Self, 0.
0