pub type PinStream<I> = Pin<Box<dyn Stream<Item = I> + Send + 'static>>;
pub struct PinStream<I> { /* private fields */ }