Function syn::fold::fold_pat_paren

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