pub type Stream<T> = Pin<Box<dyn StdStream<Item = Result<T>> + Send>>;
A type alias for Stream that may result in crate::error::Error
Stream
crate::error::Error
pub struct Stream<T> { /* private fields */ }