syn::fold

Function fold_pat_or

Source
pub fn fold_pat_or<F>(f: &mut F, node: PatOr) -> PatOr
where F: Fold + ?Sized,
Available on crate features fold and full only.