Skip to main content

AppState

Type Alias AppState 

Source
pub type AppState = Arc<Mutex<GraphState>>;
Expand description

Axum state type alias.

Aliased Typeยง

pub struct AppState { /* private fields */ }