pub type BlankForest = Forest<BlankTree>;
A convenience type for a forest with no additional data on nodes or edges.
pub struct BlankForest { /* private fields */ }