Function syn::fold::fold_pat_or

source ·
pub fn fold_pat_or<F>(f: &mut F, node: PatOr) -> PatOrwhere
    F: Fold + ?Sized,
Available on crate feature fold only.