PileOfCards

Trait PileOfCards 

Source
pub trait PileOfCards<T> {
    // Required method
    fn has(&self, i: T) -> bool;
}

Required Methods§

Source

fn has(&self, i: T) -> bool

Implementors§