Structs§
Enums§
- Glob
State - Router
Result - Returned by
router![]
to signify if the request was handled - Segment
Functions§
- router
- Tries to match
request
to a route inroutes
. On route match, the result of the route is returned inOk(_)
If no route matches,request
is returned inErr(_)