pub type BoxStream<T> = Pin<Box<dyn Stream<Item = T> + Send>>;
Expand description

BoxStream of owned Types