Lines Matching refs:generated
167 convenient because once we've set everything up, there is no extra step to keep the generated code
204 That's it. The generated code contains:
210 If your are curious as to where the generated files are, keep reading. The mystery will be revealed
223 - Implementing the service trait generated from our service definition.
240 Next, we need to implement the `route_guide_server::RouteGuide` trait that is generated in our buil…
241 The generated code is placed inside our target directory, in a location defined by the `OUT_DIR`
242 environment variable that is set by cargo. For our example, this means you can find the generated
247 We can use Tonic's `include_proto` macro to bring the generated code into scope:
592 case, we'll start by bringing the generated code into scope:
611 Same as in the server implementation, we start by bringing our generated code into scope. We then
800 - When we want editor support for the generate code and our editor does not index the generated