Trait gcollections::ops::cardinality::IsEmpty[][src]

pub trait IsEmpty {
    fn is_empty(&self) -> bool;
}

Required methods

Implementors