parse_struct_fields_from_string

Function parse_struct_fields_from_string 

Source
pub fn parse_struct_fields_from_string(
    fields_str: &str,
) -> Result<Vec<(String, String)>, Error>
Expand description

Parse STRUCT fields from string (e.g., “ID: STRING, NAME: STRING”).