Type Definition gantz::PetGraph[][src]

type PetGraph = StableGraph<Node, Edge, Directed, Index>;

The petgraph graph data structure used to represent the execution graph.