[][src]Type Definition eiktyrner::ResponseFuture

type ResponseFuture<T> = Box<dyn Future<Item = Response<T>, Error = Error> + Send + 'static>;