Module regex_automata::nfa::thompson::literal_trie
source ยท Structsยง
- Frame ๐An explicit stack frame used for traversing the trie without using recursion.
- LiteralTrie ๐A trie that preserves leftmost-first match semantics.
- State ๐A state in a trie.
- StateChunksIter ๐An iterator over all of the chunks in a state, including the active chunk.
- Transition ๐A single transition in a trie to another state.