Searched defs:PathError (Results 1 – 2 of 2) sorted by relevance
5 struct PathError { struct10 impl fmt::Display for PathError { implementation16 impl error::Error for PathError { implementation
15 pub enum PathError { enum25 impl Display for PathError { implementation42 impl core::error::Error for PathError {} implementation47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() argument