[][src]Module trie::map

An ordered map based on a trie.

Re-exports

pub use self::Entry::*;

Structs

Iter

A forward iterator over a map.

IterMut

A forward iterator over the key-value pairs of a map, with the values being mutable.

Keys

A forward iterator over the keys of a map.

Map

A map implemented as a radix trie.

OccupiedEntry

A view into an occupied entry in a map.

Range

A bounded forward iterator over a map.

RangeMut

A bounded forward iterator over the key-value pairs of a map, with the values being mutable.

VacantEntry

A view into a vacant entry in a map.

Values

A forward iterator over the values of a map.

Enums

Entry

A view into a single entry in a map, which may be vacant or occupied.

Constants

USIZE_BITS