WordCommon

Trait WordCommon 

Source
pub(crate) trait WordCommon {
    // Required method
    fn signum(&self) -> Signum;
}
Expand description

Trait common to both signed one’s-complement types (defined in the signed module) and unsigned types (defined in the unsigned module).

Required Methods§

Source

fn signum(&self) -> Signum

Implementors§