Function compare_snapshots_including_modify_date

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