Expand description
Types for walking stepwise through a trie.
For examples, see the .cursor()
functions
and the Cursor
types in this module.
Structs§
- Information about a probed edge.
- A cursor into a
ZeroAsciiIgnoreCaseTrie
, useful for stepwise lookup. - A cursor into a
ZeroTrieSimpleAscii
, useful for stepwise lookup.