writer

Function writer 

Source
pub const fn writer<T>(stream: T) -> Writer<T>
where T: Sink<u8> + Unpin,
Available on crate feature io only.
Expand description

Writer for a sink of bytes