syn::fold

Function fold_expr_if

Source
pub fn fold_expr_if<F>(f: &mut F, node: ExprIf) -> ExprIf
where F: Fold + ?Sized,
Available on crate features fold and full only.