pub type CommodityRegionPairs = HashSet<(Rc<str>, Rc<str>)>;
A set of commodity + region pairs
struct CommodityRegionPairs { /* private fields */ }