Trait data_structure_traits::Collection [] [src]

pub trait Collection {
    fn len(&self) -> usize;

    fn is_empty(&self) -> bool { ... }
}

Required Methods

Provided Methods

Implementors