pub fn diff_snapshots(
before: &GraphPersistSnapshot,
after: &GraphPersistSnapshot,
) -> GraphSnapshotDiffExpand description
Compare two snapshots and produce a structural diff.
Only examines the top-level namespace (not recursive into subgraphs — subgraph diffs are handled by the attach wiring per-subgraph).