pub trait MyFilePath: AsRef<Path> + Into<OsString> + Clone { }

Implementations on Foreign Types§

source§

impl MyFilePath for PathBuf

Implementors§