pub fn with_push_extension<P, S>(path: P, extension: S) -> PathBufwhere P: AsRef<Path>, S: AsRef<OsStr>,
Push an extension to a Path, returning a new PathBuf.
Path
PathBuf