syn::gen::visit

Function visit_expr_index

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