AnchoredPackageMap

Type Alias AnchoredPackageMap 

Source
pub type AnchoredPackageMap = BTreeMap<AnchoredPackageSetType, PackageSet>;
Expand description

AnchoredPackageMap is a high level map of packages, similar to the PackageMap type, but limited to the sets of anchored packages types.

Aliased Typeยง

pub struct AnchoredPackageMap { /* private fields */ }