Trait cc_traits::Clear[][src]

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

Clearable collection.

Required methods

Remove all the elements of the collection.

Implementations on Foreign Types

Implementors