Function find_in_tree

Source
pub fn find_in_tree(
    path: &Path,
    exclusion_pattern: Option<&str>,
) -> Result<(Tree, Vec<String>), String>