recursive_tree_diff

Function recursive_tree_diff 

Source
pub fn recursive_tree_diff<M>(
    root1: Tree,
    root2: Tree,
    matcher: &M,
    callback: &mut impl FnMut(&FileRepoPath, TreeValueDiff<'_>),
)
where M: Matcher,