Lines Matching refs:RouteNote
65 NOTE = RouteNote { location: Some(Point { latitude: 409146139, longitude: -746188906 }), message: "…
146 rpc RouteChat(stream RouteNote) returns (stream RouteNote) {}
206 - Struct definitions for message types `Point`, `Rectangle`, `Feature`, `RouteNote`, `RouteSummary`.
255 use routeguide::{Feature, Point, Rectangle, RouteNote, RouteSummary};
294 type RouteChatStream = Pin<Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>>;
298 _request: Request<tonic::Streaming<RouteNote>>,
479 of `RouteNote`s and returns a stream of `RouteNote`s.
487 Pin<Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>>;
492 request: Request<tonic::Streaming<RouteNote>>,
520 inserted into the notes map, yielding a clone of the original `RouteNote`. The resulting stream
600 use routeguide::{Point, Rectangle, RouteNote};
752 let note = RouteNote {
775 `RouteNote` values in one second intervals. We then iterate over the stream returned by