pub fn prepend_path(bin_dir: &Path) -> OsString
Prepend bin_dir to the current PATH using the platform’s path separator (: on Unix, ; on Windows).
bin_dir
PATH
:
;