Skip to main content

SharedState

Type Alias SharedState 

Source
pub type SharedState = Arc<RwLock<DashboardState>>;

Aliased Typeยง

pub struct SharedState { /* private fields */ }