pub trait Reset {
    fn reset(&mut self);
}

Required methods

Implementors