pub(crate) trait PathError { // Required method fn new<S, P: AsRef<Path>>(e: S, path: P) -> Self where S: ToString + Sized; }