Expand description
Application state shared across all request handlers.
Structs§
- AppState
- Shared application state injected into every Axum handler via
State.
Type Aliases§
- Shared
State - Type alias for the shared state used by Axum extractors.
Application state shared across all request handlers.
State.