Expand description
Packages that have been removed and added between two Lock
instances.
The result of new_lock.diff(&old_lock)
.
Fields§
§removed: BTreeSet<&'a PkgLock>
§added: BTreeSet<&'a PkgLock>
Packages that have been removed and added between two Lock
instances.
The result of new_lock.diff(&old_lock)
.
removed: BTreeSet<&'a PkgLock>
§added: BTreeSet<&'a PkgLock>