Trait ReadWrite

Source
pub trait ReadWrite: Read + Write { }
Expand description

A combination of the std::io::Read and std::io::Write traits.

Implementations on Foreign Types§

Source§

impl ReadWrite for UnixStream

Implementors§