Skip to main content

Settings

Type Alias Settings 

Source
pub type Settings = HashMap<String, Setting>;
Expand description

The Settings object is a hashmap of option names to a default value

Aliased Typeยง

pub struct Settings { /* private fields */ }