Trait data_structure_traits::CollectionMut [] [src]

pub trait CollectionMut: Collection {
    fn clear(&mut self);
}

Required Methods

Implementors