Searched defs:RootedPathError (Results 1 – 1 of 1) sorted by relevance
24 pub enum RootedPathError { enum43 ) -> Result<RootedPath, RootedPathError> { in new() argument68 pub fn join(&self, path: impl AsRef<Path>) -> Result<RootedPath, RootedPathError> { in join() argument76 pub fn with_same_root(&self, path: impl AsRef<Path>) -> Result<RootedPath, RootedPathError> { in with_same_root() argument