Function compare_snapshots

Source
pub fn compare_snapshots(
    left: Snapshot,
    right: Snapshot,
    verbose: bool,
) -> Option<(SnapshotChangeType, SnapshotCompareResult)>