Home
last modified time | relevance | path

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

/tonic/codegen/src/
H A Dmain.rs84 let file_descriptor_set_path = root_dir.join(file_descriptor_set_path); in codegen() localVariable
/tonic/tonic-build/src/
H A Dprost.rs292 pub(crate) file_descriptor_set_path: Option<PathBuf>, field
343 pub fn file_descriptor_set_path(mut self, path: impl AsRef<Path>) -> Self { in file_descriptor_set_path() method