Skip to main content

SharedSettings

Type Alias SharedSettings 

Source
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 */ }