Skip to main content

StreamBox

Type Alias StreamBox 

Source
pub type StreamBox<'a> = Pin<Box<dyn Stream<Item = Result<StreamDelta>> + Send + 'a>>;
Expand description

Type alias for a boxed stream of stream deltas.

Aliased Typeยง

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