pub trait ReadWrite: Read + Write { }Expand description
A combination of the std::io::Read and std::io::Write traits.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait ReadWrite: Read + Write { }A combination of the std::io::Read and std::io::Write traits.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".