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