pub fn fold_pat_range<F>(f: &mut F, node: PatRange) -> PatRangewhere
    F: Fold + ?Sized,
Available on crate feature fold only.