Searched refs:include_file (Results 1 – 2 of 2) sorted by relevance
39 include_file: None, in configure()308 pub(crate) include_file: Option<PathBuf>, field553 pub fn include_file(mut self, path: impl AsRef<Path>) -> Self { in include_file() method554 self.include_file = Some(path.as_ref().to_path_buf()); in include_file()689 if let Some(path) = self.include_file.as_ref() { in setup_config()690 config.include_file(path); in setup_config()
339 * **build:** Support prost's include_file option ([#774](https://github.com/hyperium/tonic/issues/7…