Function toml_edit::visit::visit_item

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