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

Required Methods

Implementors