SharedState

Type Alias SharedState 

Source
pub type SharedState = Arc<AppState>;
Expand description

Shared application state handle

Aliased Typeยง

pub struct SharedState { /* private fields */ }