Type Alias ContentTreeWithIndex

Source
pub type ContentTreeWithIndex<E, I> = ContentTreeRaw<E, I, DEFAULT_IE, DEFAULT_LE>;
๐Ÿ‘ŽDeprecated
Expand description

An alias for ContentTreeRaw which uses the default sizes for internal elements.

Aliased Typeยง

pub struct ContentTreeWithIndex<E, I> { /* private fields */ }