[][src]Type Definition grin_api::client::ClientResponseFuture

type ClientResponseFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;