visit_pat

Function visit_pat 

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