Function visit_array

pub fn visit_array<'doc, V>(v: &mut V, node: &'doc Array)
where V: Visit<'doc> + ?Sized,
Available on crate feature dep_toml_edit only.