Function toml_edit::visit::visit_table

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