tree_diff

Function tree_diff 

Source
pub fn tree_diff<'a, 'f, A: Facet<'f>, B: Facet<'f>>(
    a: &'a A,
    b: &'a B,
) -> Vec<EditOp>
Expand description

Compute the tree diff between two Facet values.