Searched refs:unimplemented_call (Results 1 – 2 of 2) sorted by relevance
153 async fn unimplemented_call(&self, _: Request<Empty>) -> Result<Empty> { in unimplemented_call() method163 async fn unimplemented_call(&self, _req: Request<Empty>) -> Result<Empty> { in unimplemented_call() method
317 let result = client.unimplemented_call(Request::new(Empty {})).await; in unimplemented_method()332 let result = client.unimplemented_call(Request::new(Empty {})).await; in unimplemented_service()