Type Definition hubcaps_ex::Stream[][src]

type Stream<T> = Pin<Box<dyn StdStream<Item = Result<T>> + Send>>;

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