parse_map_entry_into_map_ident_and_proc_ident

Function parse_map_entry_into_map_ident_and_proc_ident 

Source
fn parse_map_entry_into_map_ident_and_proc_ident(
    pair: Pair<'_, Rule>,
) -> (String, String)
Expand description

Parses a map_entry into the name of the map and the identifier of the element used as an index in the map