Skip to main content

setting_key_names

Function setting_key_names 

Source
pub fn setting_key_names() -> impl Iterator<Item = &'static str>
Expand description

Iterates the registry key names in registration (sorted) order.

Callers that only need names use this instead of reaching into the struct, so adding a field to SettingKey does not ripple through the crate.