Function reader

Source
pub const fn reader<T, E>(stream: T) -> Reader<T>
where T: Stream<Item = Result<u8, E>> + Unpin,
Available on crate feature io only.
Expand description

Reader for a stream of bytes