Function which::which_all_global

source ·
pub fn which_all_global<T: AsRef<OsStr>>(
    binary_name: T
) -> Result<impl Iterator<Item = PathBuf>>
Expand description

Find all binaries with binary_name ignoring cwd.