Function osoy::repo::iterate_matching_exists[][src]

pub fn iterate_matching_exists(
    dir: &Path,
    targets: Vec<Location>,
    regex: bool
) -> Result<impl Iterator<Item = PathBuf>>
Expand description

Same as iterate_matching except returns an error if no matching repositories found.