pub trait ClearBuffers {
    fn clear_buffers(&mut self);
}

Required methods

Implementors