syn::visit

Function visit_pat

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