ReadWriteIoBuffer

Trait ReadWriteIoBuffer 

Source
pub trait ReadWriteIoBuffer: ReadIoBuffer + WriteIoBuffer { }
Expand description

An I/O buffer that can be read from and written to.

Implementors§