Trait eclectic::Clear [] [src]

pub trait Clear {
    fn clear(&mut self);
}

A collection that can be cleared.

Required Methods

fn clear(&mut self)

Removes all items from the collection.

Implementors