pub type SharedSettings = Arc<RwLock<AppSettings>>;Expand description
Shared settings handle — all screens and components reference the same instance.
Aliased Type§
pub struct SharedSettings { /* private fields */ }pub type SharedSettings = Arc<RwLock<AppSettings>>;Shared settings handle — all screens and components reference the same instance.
pub struct SharedSettings { /* private fields */ }