BlankForest

Type Alias BlankForest 

Source
pub type BlankForest = Forest<BlankTree>;
Expand description

A convenience type for a forest with no additional data on nodes or edges.

Aliased Typeยง

pub struct BlankForest { /* private fields */ }