pub trait Clear { // Required method fn clear(&mut self); }
Clearable collection.
Remove all the elements of the collection.