Function visit_value

pub fn visit_value<'doc, V>(v: &mut V, node: &'doc Value)
where V: Visit<'doc> + ?Sized,
Available on crate feature dep_toml_edit only.