visit_index

Function visit_index 

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