fn is_even()

in Traits/Trait/Task/src/lib.rs [7:10]


    fn is_even(&self) -> bool;
}

impl IsEven for u32 {