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