[][src]Function syn::visit::visit_pat_wild

pub fn visit_pat_wild<'ast, V: ?Sized>(v: &mut V, node: &'ast PatWild) where
    V: Visit<'ast>,