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

anything that can be cleared

Required Methods

Clear this make, make it equivalent to newly created object.

Implementations on Foreign Types

Implementors