Function hcl_edit::visit::visit_array

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