ClearableIoBuffer

Trait ClearableIoBuffer 

Source
pub trait ClearableIoBuffer {
    // Required method
    fn clear(&mut self);
}
Expand description

A buffer that can be cleared.

Required Methods§

Source

fn clear(&mut self)

Clears the buffer, setting it back to its initial state.

Implementors§