pub type ProcessFlowsMap = HashMap<(RegionID, u32), 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ยง
struct ProcessFlowsMap { /* private fields */ }