Type Definition alloc::collections::btree::node::Root

source ·
pub type Root<K, V> = NodeRef<Owned, K, V, LeafOrInternal>;
Expand description

The root node of an owned tree.

Note that this does not have a destructor, and must be cleaned up manually.