Trait bitwise::word::IsOdd [] [src]

pub trait IsOdd {
    fn is_odd(self) -> bool;
}

Method version of is_odd.

Required Methods

Implementors