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