pub fn diff(
previous: Option<&ConfigSnapshot>,
current: &ConfigSnapshot,
) -> SnapshotDiffAvailable on crate feature
catalog only.Expand description
Diff current against the last recorded snapshot (previous). With no
previous snapshot every row is New (first-run, like terraform plan on
fresh state).