fn get_all_producers<'a>(
processes: &'a ProcessMap,
commodity_id: &'a CommodityID,
year: u32,
) -> impl Iterator<Item = Rc<Process>> + 'a
Expand description
Get all processes active in the relevant year and regions which produce the given commodity