Function toml_edit::visit::visit_item

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