Skip to main content

ByteStream

Type Alias ByteStream 

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

InputStream over byte slice

Aliased Typeยง

pub struct ByteStream<'a> { /* private fields */ }