pub const fn reader<T, E>(stream: T) -> Reader<T>where T: Stream<Item = Result<u8, E>> + Unpin,
io
Reader for a stream of bytes