pub fn diff_snapshots(
a: &Snapshot,
b: &Snapshot,
opts: DiffOpts,
) -> SnapshotDiffExpand description
Compare a against b, key by key.
pub fn diff_snapshots(
a: &Snapshot,
b: &Snapshot,
opts: DiffOpts,
) -> SnapshotDiffCompare a against b, key by key.