Home
last modified time | relevance | path

Searched refs:full_duplex_call (Results 1 – 2 of 2) sorted by relevance

/tonic/interop/src/
H A Dclient.rs158 .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()
H A Dserver.rs106 async fn full_duplex_call( in full_duplex_call() method