pub type TreeBuilder<V, E> = TreeBuilder<V, E, E>;Expand description
The builder associated with the Tree
Aliased Typeยง
pub struct TreeBuilder<V, E> { /* private fields */ }pub type TreeBuilder<V, E> = TreeBuilder<V, E, E>;The builder associated with the Tree
pub struct TreeBuilder<V, E> { /* private fields */ }