Skip to main content

Table

Type Alias Table 

Source
pub type Table<T> = SplitStackTable<DefaultNode<T>>;
Expand description

General-purpose table type.

Type alias around table::SplitStackTable that specializes the node type to canonical Node with boxed child storage (BoxStorage). The type parameter is the contained route value type.

Aliased Typeยง

pub struct Table<T> { /* private fields */ }