syn::gen::fold

Function fold_expr_if

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