pub type ByteStream<'a> = InputStream<&'a [u8]>;
Expand description

InputStream over byte slice