toml_edit::visit

Function visit_value

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