IoErrorPathExt

Trait IoErrorPathExt 

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl IoErrorPathExt for Error

Implementors§