Function syn::visit::visit_index

source ยท
pub fn visit_index<'ast, V>(v: &mut V, node: &'ast Index)
where V: Visit<'ast> + ?Sized,