Function which::which_all[][src]

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

Find all binaries with binary_name in the path list paths, using cwd to resolve relative paths.