Type Definition httpbis::solicit_async::HttpFutureStream [] [src]

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