pub type CommoditiesGraph = Graph<GraphNode, GraphEdge, Directed>;
A graph of commodity flows for a given region and year
pub struct CommoditiesGraph { /* private fields */ }