Home
last modified time | relevance | path

Searched refs:named (Results 1 – 4 of 4) sorted by relevance

/tonic/examples/proto/routeguide/
H A Droute_guide.proto75 // If a feature could not be named, the name is empty.
/tonic/tonic-build/src/
H A Dserver.rs55 let named = generate_named(&server_service, &service_name); in generate_internal() localVariable
191 #named in generate_internal()
/tonic/
H A DCHANGELOG.md148 * **build:** Allow Services to be named Result ([#1203](https://github.com/hyperium/tonic/issues/12…
353 * **build:** allow services to be named `Service` ([#709](https://github.com/hyperium/tonic/issues/…
/tonic/examples/
H A Drouteguide-tutorial.md96 To define a service, you specify a named `service` in your `.proto` file: