Function toml_edit::visit::visit_array_of_tables

source ยท
pub fn visit_array_of_tables<'doc, V>(v: &mut V, node: &'doc ArrayOfTables)
where V: Visit<'doc> + ?Sized,