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