pub fn push_extension<S>(path: &mut PathBuf, extension: S)where S: AsRef<OsStr>,
Push an extension to a PathBuf.
PathBuf