Searched refs:boxed (Results 1 – 2 of 2) sorted by relevance
30 boxed: Vec::new(), in configure()299 pub(crate) boxed: Vec<String>, field420 pub fn boxed<P: AsRef<str>>(mut self, path: P) -> Self { in boxed() method421 self.boxed.push(path.as_ref().to_string()); in boxed()677 for prost_path in self.boxed.iter() { in setup_config()678 config.boxed(prost_path); in setup_config()
55 * Make boxed function public ([#1754](https://github.com/hyperium/tonic/issues/1754)) ([2cc868f](ht…