Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dclient.rs30 .list_features(Request::new(rectangle)) in print_features()
H A Dserver.rs41 async fn list_features( in list_features() method
/tonic/examples/
H A Drouteguide-tutorial.md280 async fn list_features(
394 Now let's look at one of our streaming RPCs. `list_features` is a server-side streaming RPC, so we
400 async fn list_features(
419 Like `get_feature`, `list_features`'s input is a single message, a `Rectangle` in this
644 Here's where we call the server-side streaming method `list_features`, which returns a stream of
666 .list_features(Request::new(rectangle))