mito2::region::options

Function validate_enum_options

Source
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.