syn::gen::visit

Function visit_expr_array

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