Searched refs:FromPathError (Results 1 – 4 of 4) sorted by relevance
2520 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() argument2668 pub struct FromPathError(()); struct2670 impl FromPathError { implementation2683 impl fmt::Display for FromPathError { implementation2689 impl error::Error for FromPathError { implementation
594 pub struct FromPathError { struct598 impl FromPathError { implementation619 impl From<FromPathErrorKind> for FromPathError { implementation625 impl fmt::Display for FromPathError { implementation637 impl error::Error for FromPathError {} implementation686 pub fn from_path<P: AsRef<path::Path>>(path: P) -> Result<RelativePathBuf, FromPathError> { in from_path() argument1061 ) -> Result<&RelativePath, FromPathError> { in from_path() argument
594 pub struct FromPathError { struct598 impl FromPathError { impl619 impl From<FromPathErrorKind> for FromPathError { implementation625 impl fmt::Display for FromPathError { implementation637 impl error::Error for FromPathError {} implementation686 pub fn from_path<P: AsRef<path::Path>>(path: P) -> Result<RelativePathBuf, FromPathError> { in from_path() argument1061 ) -> Result<&RelativePath, FromPathError> { in from_path() argument
52 [`FromPathError::into_io_error`].