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.
pub type Root<K, V> = NodeRef<Owned, K, V, LeafOrInternal>;The root node of an owned tree.
Note that this does not have a destructor, and must be cleaned up manually.