pub type TreeBuilder<N, B> = Tree<Option<N>, B>;
A tree with optional data for each node
pub struct TreeBuilder<N, B> { /* private fields */ }