pub trait Clear { // Required method fn clear(&mut self); }
A type that can be cleared.
Clear the object to its default state.