Skip to main content

config_enum

Function config_enum 

Source
pub fn config_enum<I, S>(values: I) -> PluginConfigValueSchema
where I: IntoIterator<Item = S>, S: Into<String>,