pub type PinStream<I> = Pin<Box<dyn DebugStream<Item = I> + Send + 'static>>;

Aliased Type§

struct PinStream<I> { /* private fields */ }