Function syn::fold::fold_pat_paren

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