pub trait IoErrorPathExt {
// Required methods
fn offending_path(&self) -> Option<&Path>;
fn soft_canon_detail(&self) -> Option<&str>;
}
Expand description
Extension to extract our path-aware payload from io::Error.
pub trait IoErrorPathExt {
// Required methods
fn offending_path(&self) -> Option<&Path>;
fn soft_canon_detail(&self) -> Option<&str>;
}
Extension to extract our path-aware payload from io::Error.