pub trait One { // Required method fn one() -> Self; }
Methods for the value 1.
1
Create a new 1 value.