fn validate_other_commodity(
commodity_id: &CommodityID,
flows: &HashMap<ProcessID, ProcessFlowsMap>,
) -> Result<()>
Expand description
Check that commodities of type other are either produced or consumed but not both
fn validate_other_commodity(
commodity_id: &CommodityID,
flows: &HashMap<ProcessID, ProcessFlowsMap>,
) -> Result<()>
Check that commodities of type other are either produced or consumed but not both