PackageMap

Type Alias PackageMap 

Source
pub type PackageMap = BTreeMap<PackageSetType, PackageSet>;
Expand description

PackageMap is the high level map of packages, containing maps to all the sets referenced by its set type (e.g. the “on demand upgradable set”).

Aliased Type§

pub struct PackageMap { /* private fields */ }