PetGraph

Type Alias PetGraph 

Source
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.

Aliased Typeยง

pub struct PetGraph<N, Ix> { /* private fields */ }