[][src]Module patricia_tree::map

A map based on a patricia tree.

Structs

IntoIter

An owning iterator over a PatriciaMap's entries.

Iter

An iterator over a PatriciaMap's entries.

IterMut

A mutable iterator over a PatriciaMap's entries.

Keys

An iterator over a PatriciaMap's keys.

PatriciaMap

A map based on a patricia tree.

Values

An iterator over a PatriciaMap's values.

ValuesMut

A mutable iterator over a PatriciaMap's values.