pub type BlankTree = Tree<BlankGraph>;Expand description
A convenience type for a tree with no additional data on nodes or edges.
Aliased Typeยง
pub struct BlankTree { /* private fields */ }pub type BlankTree = Tree<BlankGraph>;A convenience type for a tree with no additional data on nodes or edges.
pub struct BlankTree { /* private fields */ }