Type Definition rose_tree::PetGraph[][src]

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

The PetGraph to be used internally within the RoseTree for storing/managing nodes and edges.