Trait ProcErrorExt

Source
pub trait ProcErrorExt {
    // Required method
    fn error_path(self, path: &Path) -> Self;
}
Expand description

Extensions for dealing with ProcErrors.

Required Methods§

Source

fn error_path(self, path: &Path) -> Self

Add path information to the error.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§