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