Searched refs:full_duplex_call (Results 1 – 2 of 2) sorted by relevance
158 .full_duplex_call(Request::new( in ping_pong()211 let result = client.full_duplex_call(Request::new(stream)).await; in empty_stream()274 let result = match client.full_duplex_call(Request::new(stream)).await { in status_code_and_message()381 .full_duplex_call(req_stream) in custom_metadata()
106 async fn full_duplex_call( in full_duplex_call() method