Expand description
A trie data structure with modifications for supporting key bindings and autocompletions in a composible way with the rest of the ad internal APIs.
Structs§
- Trie
- A singly initialised Trie mapping sequences to a value
Enums§
- Query
Result - The result of querying a [Try] for a particular Key.
- Wild
Card - A wildcard node in a key sequence that can conditionally match a single key element.
Type Aliases§
- Default
Mapping - A default handler for mapping a single length key to an
Option<V>. - Wildcard
Fn - A match function to use as part of a wildcard match