pub fn which_all<T: AsRef<OsStr>>( binary_name: T, ) -> Result<impl Iterator<Item = PathBuf>>
Find all binaries with binary_name in the path list paths, using cwd to resolve relative paths.
binary_name
paths
cwd