[][src]Trait lnpbp::lnp::presentation::EvenOdd

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

Provided methods

fn is_odd(&self) -> bool

fn is_even(&self) -> bool

Loading content...

Implementors

impl EvenOdd for TypeId[src]

impl EvenOdd for Type[src]

Loading content...