pub trait GetSetting {
    fn get_setting(&mut self, arg: &String) -> SettingsValue;
}

Required Methods§

| Get settings value. |

Implementors§