[][src]Function syn::visit::visit_expr_array

pub fn visit_expr_array<'ast, V: ?Sized>(v: &mut V, node: &'ast ExprArray) where
    V: Visit<'ast>,