Function syn::fold::fold_pat_rest

source ยท
pub fn fold_pat_rest<F>(f: &mut F, node: PatRest) -> PatRest
where F: Fold + ?Sized,
Available on crate features fold and full only.