Function which::which_all

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

Find all binaries with binary_name using cwd to resolve relative paths.