pub type StreamBox<'a> = Pin<Box<dyn Stream<Item = Result<StreamDelta>> + Send + 'a>>;
Type alias for a boxed stream of stream deltas.
pub struct StreamBox<'a> { /* private fields */ }