Skip to main content

ByteStream

Type Alias ByteStream 

Source
pub type ByteStream = Pin<Box<dyn Stream<Item = Vec<u8>>>>;
Expand description

Inbound byte chunks from the peer. The stream ending signals EOF.

Aliased Typeยง

pub struct ByteStream { /* private fields */ }