toml_edit::visit

Function visit_value

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