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