pub trait Clearable { // Provided method fn clear(&mut self) { ... } }
An item that can be cleared.
Clears the item.