Attribute Macros§
- delete
- Attribute macro to define a DELETE route.
- get
- Attribute macro to define a GET route.
- post
- Attribute macro to define a POST route.
- put
- Attribute macro to define a PUT route.
- router
- Attribute macro to define a router.
- router_
config - Attribute macro to define a router configuration.
Derive Macros§
- Router
Helper - Derive macro to generate helper methods for a router.