pub trait ReadWriteIoBuffer: ReadIoBuffer + WriteIoBuffer { }
An I/O buffer that can be read from and written to.