Skip to main content

ReadWriteIoBuffer

Trait ReadWriteIoBuffer 

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

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§