[][src]Type Definition hubcaps::Stream

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

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