pub trait Clearable { // Required method fn clear(&mut self); }
A buffer that can be cleared.
Clear the buffer.