Type Alias Tree

Source
pub type Tree = StableGraph<Node, ()>;

Aliased Typeยง

struct Tree { /* private fields */ }