Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dclient.rs61 async fn run_route_chat(client: &mut RouteGuideClient<Channel>) -> Result<(), Box<dyn Error>> { in run_route_chat() function
112 run_route_chat(&mut client).await?; in main()
/tonic/examples/
H A Drouteguide-tutorial.md744 async fn run_route_chat(client: &mut RouteGuideClient<Channel>) -> Result<(), Box<dyn Error>> {