Skip to main content

WriteIoBuffer

Trait WriteIoBuffer 

Source
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".

Implementors§

Source§

impl<T> WriteIoBuffer for T
where T: BufMut,