pub trait Zero { // Required method fn zero() -> Self; }
Represents a number that has zero.
Returns zero.