[][src]Trait internet2::presentation::EvenOdd

pub trait EvenOdd where
    Self: Wrapper,
    Self::Inner: Rem + From<u8>,
    <Self::Inner as Rem>::Output: Eq + From<u8>, 
{ pub fn is_odd(&self) -> bool { ... }
pub fn is_even(&self) -> bool { ... } }

Provided methods

pub fn is_odd(&self) -> bool[src]

pub fn is_even(&self) -> bool[src]

Loading content...

Implementors

impl EvenOdd for TypeId[src]

impl EvenOdd for Type[src]

Loading content...