Expand description

Implementation of the radix tree node and associated plumbing

Structs

A converter that converts from one store to another store by just completely detaching it
Converter that converts from a node with NoStore to any other store.
Identity node converter to simplify plumbing
Key for iteration of radixtree prefixes
Iterator over keys and values of a RadixTree
An owned tree node
A tree node ref, either a reference to an OwnedTreeNode, or a BorrowedTreeNode
An owned radix tree value
Iterator over all tree values
Reference to a value

Traits

Converter that converts nodes from one kind of store to another