pub type BoxedStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
Type alias for boxed streams
pub struct BoxedStream<T> { /* private fields */ }