Skip to main content

ByteStream

Type Alias ByteStream 

Source
pub type ByteStream = Vec<u8>;
Expand description

Buffered bytes returned by the file-content operation.

Aliased Typeยง

pub struct ByteStream { /* private fields */ }