pub(crate) trait WordCommon { // Required method fn signum(&self) -> Signum; }
Trait common to both signed one’s-complement types (defined in the signed module) and unsigned types (defined in the unsigned module).
signed
unsigned