Home
last modified time | relevance | path

Searched defs:ServiceGenerator (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-build/src/
H A Dmanual.rs355 struct ServiceGenerator { struct
361 impl ServiceGenerator { argument
H A Dprost.rs205 struct ServiceGenerator { struct
211 impl ServiceGenerator { argument
221 impl prost_build::ServiceGenerator for ServiceGenerator { implementation
705 pub fn service_generator(self) -> Box<dyn prost_build::ServiceGenerator> { in service_generator()