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

Implementations on Foreign Types§

Implementors§