Module route_tree

Module route_tree 

Source

Structs§

RouteTree
The prefix tree of routes. Also handling dynamic and catch all segments.
RouteTrees
This is a transparent value type wrapping Vec<ResolvedVc<RouteTree>>. This struct allows to cell a list of RouteTrees and merge them into one.

Enums§

BaseSegment
Some normal segment of a route.
RouteType
The type of the route. This will decide about the remaining segments of the route after the base.

Traits§

MapGetContentSourceContent
Transformation functor