Type Alias TreeBuilder

Source
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 */ }