Function parse_mapping_list

Source
fn parse_mapping_list(input: &str) -> impl Iterator<Item = (&'_ str, &'_ str)>
Expand description