Home
last modified time | relevance | path

Searched refs:route_chat (Results 1 – 3 of 3) sorted by relevance

/tonic/examples/src/routeguide/
H A Dclient.rs82 let response = client.route_chat(Request::new(outbound)).await?; in run_route_chat()
H A Dserver.rs106 async fn route_chat( in route_chat() method
/tonic/examples/
H A Drouteguide-tutorial.md296 async fn route_chat(
478 Finally, let's look at our bidirectional streaming RPC `route_chat`, which receives a stream
490 async fn route_chat(
518 `route_chat` uses the [async-stream] crate to perform an asynchronous transformation
735 Finally, let's look at our bidirectional streaming RPC. The `route_chat` method takes a stream
764 let response = client.route_chat(Request::new(outbound)).await?;