pub trait ProcErrorExt {
// Required method
fn error_path(self, path: &Path) -> Self;
}
Expand description
Extensions for dealing with ProcErrors.
Required Methods§
sourcefn error_path(self, path: &Path) -> Self
fn error_path(self, path: &Path) -> Self
Add path information to the error.
Object Safety§
This trait is not object safe.