Function syn::visit::visit_pat_ident

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