pub fn diff(a: &dyn GraphStore, b: &dyn GraphStore) -> GraphDiffExpand description
Diff view a against view b: what b adds and what it removes.
pub fn diff(a: &dyn GraphStore, b: &dyn GraphStore) -> GraphDiffDiff view a against view b: what b adds and what it removes.