pub const fn writer<T>(stream: T) -> Writer<T>where T: Sink<u8> + Unpin,
io
Writer for a sink of bytes