Skip to main content

get_global_state

Function get_global_state 

Source
pub fn get_global_state() -> Option<Arc<AppState>>
Expand description

Retrieves the global application state.

ยงReturns

  • Option<Arc<AppState>> - The global state if initialized.