pub trait WriteIoBuffer: BufMut { }Expand description
An I/O buffer that can be written to.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait WriteIoBuffer: BufMut { }An I/O buffer that can be written to.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".