Function async_hal::io::writer

source ·
pub const fn writer<T>(stream: T) -> Writer<T>where
    T: Sink<u8> + Unpin,
Expand description

Writer for a sink of bytes