pub type ByteStream<'a> = InputStream<&'a [u8]>;Expand description
InputStream over byte slice
Aliased Typeยง
pub struct ByteStream<'a> { /* private fields */ }pub type ByteStream<'a> = InputStream<&'a [u8]>;InputStream over byte slice
pub struct ByteStream<'a> { /* private fields */ }