toml_edit::parser::inline_table

Function table_from_pairs

source
fn table_from_pairs(
    v: Vec<(Vec<Key>, (Key, Item))>,
    preamble: RawString,
) -> Result<InlineTable, CustomError>