[][src]Type Definition grpc::GrpcFuture

type GrpcFuture<T> = Pin<Box<dyn Future<Output = Result<T>> + Send + 'static>>;