Home
last modified time | relevance | path

Searched defs:PathError (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/tempfile/src/
Derror.rs5 struct PathError { struct
10 impl fmt::Display for PathError { implementation
16 impl error::Error for PathError { implementation
/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dvalidation.rs15 pub enum PathError { enum
25 impl Display for PathError { implementation
42 impl core::error::Error for PathError {} implementation
47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() argument