WriteIoBuffer
saluki_
io
0.1.0
Write
IoBuffer
Implementors
In saluki_
io::
buf
saluki_io
::
buf
Trait
Write
IoBuffer
Copy item path
Source
pub trait WriteIoBuffer:
BufMut
{ }
Expand description
An I/O buffer that can be written to.
Implementors
§
Source
§
impl<T>
WriteIoBuffer
for T
where T:
BufMut
,