Lines Matching refs:it
33 [rustup] is a convenient tool to install it, if you haven't already.
128 the server. Once the client has finished writing the messages, it waits for the server to read them
140 writing its responses, or it could alternately read a message then write a message, or some other
204 That's it. The generated code contains:
219 (though you might find it interesting anyway!).
332 the corresponding `data` module to load and deserialize it in
377 from the client and tries to find a feature at the given `Point`. If no feature is found, it returns
472 `record_route` is conceptually simple: we get a stream of `Points` and fold it into a `RouteSummary…
613 Our client is now ready to make service calls. Note that `client` is mutable, this is because it
728 it into a `Stream` using the `tokio_stream::iter` function. This is a cheap an easy way to get
778 ## Try it out!
828 crate as a direct dependency wherever we need it.