Type Alias TreeBuilder

Source
pub type TreeBuilder<E> = TreeBuilder<IVec, E, PlainEncoding>;
Expand description

The “Plain” Tree’s Builder

Aliased Type§

pub struct TreeBuilder<E> { /* private fields */ }