[][src]Function syn::fold::fold_expr_if

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