Type Alias Tree

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

The “Plain” Tree

Aliased Type§

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