fn read_process_flows_from_iter<I>(
iter: I,
process_ids: &HashSet<Rc<str>>,
commodities: &HashMap<Rc<str>, Rc<Commodity>>,
) -> Result<HashMap<Rc<str>, Vec<ProcessFlow>>>where
I: Iterator<Item = ProcessFlowRaw>,
Expand description
Read ‘ProcessFlowRaw’ records from an iterator and convert them into ‘ProcessFlow’ records.