Trait prost_codegen::ServiceGenerator [] [src]

pub trait ServiceGenerator {
    fn generate(&self, service: Service, buf: &mut String);
}

Required Methods

Implementors