[][src]Type Definition grpc::GrpcFuture

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