pub type SimpleTable<T> = SimpleTable<DefaultNode<T>>;Expand description
Table for single-IP-stack environments.
Type alias around table::SimpleTable that specializes the node type to
the canonical Node with boxed child storage
(BoxStorage). The type parameter is the contained route value type.
Aliased Typeยง
pub struct SimpleTable<T> { /* private fields */ }