Type Definition hubcaps::Stream

source ·
pub type Stream<T> = Box<dyn StdStream<Item = T, Error = Error> + Send>;
Expand description

A type alias for Streams that may result in hubcaps::Errors