pub type PackageMap = BTreeMap<SummaryId, PackageInfo>;
Expand description
A type representing a package map as used in Summary
instances.
Aliased Typeยง
struct PackageMap { /* private fields */ }
pub type PackageMap = BTreeMap<SummaryId, PackageInfo>;
A type representing a package map as used in Summary
instances.
struct PackageMap { /* private fields */ }