pub type ProcessInvestmentConstraintsMap = HashMap<(RegionID, u32), Rc<ProcessInvestmentConstraint>>;Expand description
Map of process investment constraints, keyed by region and year
Aliased Typeยง
pub struct ProcessInvestmentConstraintsMap { /* private fields */ }