Skip to main content

Module state

Module state 

Source
Expand description

Application state shared across all request handlers.

Structs§

AppState
Shared application state injected into every Axum handler via State.

Type Aliases§

SharedState
Type alias for the shared state used by Axum extractors.