pub trait GetSettingsList {
    fn get_settings_list(&mut self, arg: &String) -> Vec<SettingsValue>;
}

Required Methods§

| Get list of settings values. |

Implementors§