toml_edit::encode

Function visit_nested_tables

source
fn visit_nested_tables<'t, F>(
    table: &'t Table,
    path: &mut Vec<Key>,
    is_array_of_tables: bool,
    callback: &mut F,
) -> Result
where F: FnMut(&'t Table, &Vec<Key>, bool) -> Result,