rose_tree::PetGraph [] [src]

type PetGraph<N, Ix> = Graph<N, ()Directed, Ix>;

The PetGraph to be used internally within the RoseTree for storing/managing Nodes and Edges.