syn::visit

Function visit_index

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