Function syn::fold::fold_expr_paren

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