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