fn validate_enum_options(
options_map: &HashMap<String, String>,
enum_tag_key: &str,
) -> Result<bool>Expand description
Validates whether the options_map has valid options for specific enum_tag_key
and returns true if the map contains enum options.