recursive_tree_diff

Function recursive_tree_diff 

Source
pub fn recursive_tree_diff(
    root1: Tree,
    root2: Tree,
    matcher: &dyn Matcher,
) -> TreeDiffIterator<'_>