Searched refs:list_features (Results 1 – 3 of 3) sorted by relevance
30 .list_features(Request::new(rectangle)) in print_features()
41 async fn list_features( in list_features() method
280 async fn list_features(394 Now let's look at one of our streaming RPCs. `list_features` is a server-side streaming RPC, so we400 async fn list_features(419 Like `get_feature`, `list_features`'s input is a single message, a `Rectangle` in this644 Here's where we call the server-side streaming method `list_features`, which returns a stream of666 .list_features(Request::new(rectangle))