Function toml_edit::visit::visit_value

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