Searched refs:empty_call (Results 1 – 2 of 2) sorted by relevance
27 async fn empty_call(&self, _request: Request<Empty>) -> Result<Empty> { in empty_call() method
22 let result = client.empty_call(Request::new(Empty {})).await; in empty_unary()