Struct reproto_backend_python::Options
[−]
[src]
pub struct Options {
pub build_getters: bool,
pub build_constructor: bool,
pub service_generators: Vec<Box<ServiceCodegen>>,
}Fields
build_getters: bool
build_constructor: bool
service_generators: Vec<Box<ServiceCodegen>>