BlankTree

Type Alias BlankTree 

Source
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 */ }