pub type BoxStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
BoxStream of owned Types
struct BoxStream<T> { /* private fields */ }