Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dclient.rs53 match client.record_route(request).await { in run_record_route()
H A Dserver.rs64 async fn record_route( in record_route() method
/tonic/examples/
H A Drouteguide-tutorial.md287 async fn record_route(
429 `record_route`, where we get a stream of `Point`s from the client and return a single `RouteSummary`
439 async fn record_route(
472 `record_route` is conceptually simple: we get a stream of `Points` and fold it into a `RouteSummary…
686 The client-side streaming method `record_route` takes a stream of `Point`s and returns a single
707 match client.record_route(request).await {