Function syn::fold::fold_pat_wild

source ·
pub fn fold_pat_wild<F>(f: &mut F, node: PatWild) -> PatWild
where F: Fold + ?Sized,