[−][src]Type Definition daggy::PetGraph
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.
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.