daggy::PetGraph
[−]
[src]
type PetGraph<N, E, Ix> = Graph<N, E, Directed, Ix>;
The Petgraph to be used internally within the Dag for storing/managing nodes and edges.