Home
last modified time | relevance | path

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

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