Skip to main content

SettingsState

Type Alias SettingsState 

Source
pub type SettingsState = State<Arc<Settings>>;

Aliased Type§

pub struct SettingsState(pub Arc<Settings>);

Tuple Fields§

§0: Arc<Settings>