Skip to main content

SharedState

Type Alias SharedState 

Source
type SharedState = Arc<RwLock<StateRelayServerState>>;
Expand description

Shared, lock-guarded server state, cloned into every axum handler via State.

Aliased Typeยง

struct SharedState { /* private fields */ }