pub trait Zero { // Required method fn zero() -> Self; }
Methods for the value 0.
0
Create a new 0 value.