Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-build/src/
H A Dprost.rs30 boxed: Vec::new(), in configure()
299 pub(crate) boxed: Vec<String>, field
420 pub fn boxed<P: AsRef<str>>(mut self, path: P) -> Self { in boxed() method
421 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()
/tonic/
H A DCHANGELOG.md55 * Make boxed function public ([#1754](https://github.com/hyperium/tonic/issues/1754)) ([2cc868f](ht…