Function find_dirs

Source
pub fn find_dirs(
    root: &Path,
    target_name: &str,
    follow: bool,
    ignore: &HashSet<PathBuf>,
) -> impl Iterator<Item = PathBuf>