toml_edit::visit

Function visit_array

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