toml_edit::visit

Function visit_table

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