pub fn diff_casts(target: &Catalog, source: &Catalog, out: &mut ChangeSet)Expand description
Compute cast changes needed to converge target (live) toward source.
Appends all emitted changes to out. Casts are managed: a target-only
cast (absent from source) IS auto-dropped.