syn::fold

Function fold_pat_range

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