Type Alias CommoditiesGraph

Source
pub type CommoditiesGraph = Graph<GraphNode, GraphEdge, Directed>;
Expand description

A graph of commodity flows for a given region and year

Aliased Typeยง

pub struct CommoditiesGraph { /* private fields */ }