pub type Tree<E> = Tree<IVec, E, PlainEncoding>;
Expand description
The “Plain” Tree
Aliased Type§
pub struct Tree<E> { /* private fields */ }
pub type Tree<E> = Tree<IVec, E, PlainEncoding>;
The “Plain” Tree
pub struct Tree<E> { /* private fields */ }