Expand description
Defines a hierarchial Tree
with subtrees of Node
.
Modules
- Defines
Node
forTree
. - Defines the wrapping type for a segment-matching regex.
- Defines
SegmentType
forTree
.
Structs
- A hierarchical structure that provides a root
Node
and subtrees of linked nodes that represent validRequest
paths.