Type Alias ProcessFlowsMap

Source
pub type ProcessFlowsMap = HashMap<(RegionID, u32), Rc<IndexMap<CommodityID, ProcessFlow>>>;
Expand description

A map of process flows, keyed by region and year.

The value is actually a map itself, keyed by commodity ID.

Aliased Typeยง

pub struct ProcessFlowsMap { /* private fields */ }