pub trait ClearableIoBuffer { // Required method fn clear(&mut self); }
A buffer that can be cleared.
Clears the buffer, setting it back to its initial state.