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