pub type SPDGImpl = Graph<NodeInfo, EdgeInfo>;
The graph portion of an SPDG
SPDG
struct SPDGImpl { /* private fields */ }