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

type HttpFuture<T> = Box<Future<Item = T, Error = HttpError>>;