Trait mg_settings::SettingCompletion [] [src]

pub trait SettingCompletion {
    fn get_value_completions() -> HashMap<String, Vec<String>>;
}

Trait specifying the value completions for settings.

Required Methods

Get the value completions of all the setting.

Implementors