match_pattern_with_file_names

Function match_pattern_with_file_names 

Source
pub fn match_pattern_with_file_names(
    pattern: &ParsedPattern,
    file_names: &Vec<String>,
) -> Result<Vec<ParsedFileName>, Error>