Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/camino/src/
Dlib.rs2612 pub fn from_path_error(&self) -> FromPathError { in from_path_error()
2668 pub struct FromPathError(()); struct
2670 impl FromPathError { impl
2683 impl fmt::Display for FromPathError { implementation
2689 impl error::Error for FromPathError { implementation