Searched refs:PathBuilder (Results 1 – 1 of 1) sorted by relevance
73 pub fn build(&self) -> PathBuilder { in build() argument74 PathBuilder(self.path.clone()) in build()96 pub struct PathBuilder(PathBuf); struct98 impl PathBuilder { implementation106 impl Deref for PathBuilder { implementation