Function find_in_tree

Source
pub fn find_in_tree(
    path: &Path,
    exclusion_pattern: Option<&Regex>,
) -> Result<(Tree, Vec<Warning>), Error>