Expand description
Generic types for path-based routing.
Structsยง
- Path
Table - A generic path-based routing table, terminating with resources
R
. - Resources
- An iterator over the resources of a
PathTable
. - Resources
Mut - A mutable iterator over the resources of a
PathTable
. - Route
Match - For a successful match, this structure says how any wildcard segments were matched.