Home
last modified time | relevance | path

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

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