syn::fold

Function fold_pat_paren

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