toml_edit::visit

Function visit_item

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