pub fn which_in_global<T, U>( binary_name: T, paths: Option<U>, ) -> Result<impl Iterator<Item = PathBuf>>where T: AsRef<OsStr>, U: AsRef<OsStr>,
Find all binaries with binary_name in the path list paths, ignoring cwd.
binary_name
paths
cwd