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

Required Methods

Implementations on Foreign Types

Implementors