BuiltPkgs

Type Alias BuiltPkgs 

Source
pub type BuiltPkgs = HashMap<NodeIx, BuiltPkg>;
Expand description

A mapping from the node index to the associated built package.

Aliased Typeยง

pub struct BuiltPkgs { /* private fields */ }