Trait bitwise::word::IsEven [] [src]

pub trait IsEven {
    fn is_even(self) -> bool;
}

Method version of is_even.

Required Methods

Implementors