pub trait One { const ONE: Self; // Required method fn is_one(&self) -> bool; }
The one value for this type.
Whether the value is one.