Type Definition hubcaps::Stream[][src]

type Stream<T> = Box<StdStream<Item = T, Error = Error>>;

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