parse_flat_toml_table

Function parse_flat_toml_table 

Source
fn parse_flat_toml_table(raw: &str) -> Result<Vec<(String, String)>, String>