Trait eclectic::Remove [] [src]

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

A collection that supports removal.

Required Methods

fn clear(&mut self)

Removes all items from the collection.

Implementors