Home
last modified time | relevance | path

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

/third_party/protobuf/rust/protobuf_codegen/src/
Dlib.rs10 protoc_path: PathBuf, field
45 pub fn protoc_path(&mut self, protoc_path: impl AsRef<Path>) -> &mut Self { in protoc_path() method