pub fn fold_expr_break<F>(f: &mut F, node: ExprBreak) -> ExprBreak where
    F: Fold + ?Sized
This is supported on crate feature fold only.