Trait varg::Even

source · []
pub trait Even {
    fn is_even(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors