Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/camino/src/
Dlib.rs2520 error: FromPathError(()), in try_from()
2551 type Error = FromPathError;
2554 Utf8Path::from_path(path).ok_or(FromPathError(())) in try_from()
2591 error: FromPathError,
2612 pub fn from_path_error(&self) -> FromPathError { in from_path_error() argument
2668 pub struct FromPathError(()); struct
2670 impl FromPathError { implementation
2683 impl fmt::Display for FromPathError { implementation
2689 impl error::Error for FromPathError { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs594 pub struct FromPathError { struct
598 impl FromPathError { implementation
619 impl From<FromPathErrorKind> for FromPathError { implementation
625 impl fmt::Display for FromPathError { implementation
637 impl error::Error for FromPathError {} implementation
686 pub fn from_path<P: AsRef<path::Path>>(path: P) -> Result<RelativePathBuf, FromPathError> { in from_path() argument
1061 ) -> Result<&RelativePath, FromPathError> { in from_path() argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/relative-path-1.9.3/src/
Dlib.rs594 pub struct FromPathError { struct
598 impl FromPathError { impl
619 impl From<FromPathErrorKind> for FromPathError { implementation
625 impl fmt::Display for FromPathError { implementation
637 impl error::Error for FromPathError {} implementation
686 pub fn from_path<P: AsRef<path::Path>>(path: P) -> Result<RelativePathBuf, FromPathError> { in from_path() argument
1061 ) -> Result<&RelativePath, FromPathError> { in from_path() argument
/external/rust/android-crates-io/crates/camino/
DCHANGELOG.md52 [`FromPathError::into_io_error`].