Restart message
You probably are getting used to it by now, we add the new Message:
#[derive(Debug, Clone, Copy)]
enum Message {
Start,
DealCard,
Stand,
DealerDraw(Instant),
Restart,
}
Set the button on_press() to generate our Message:
let menu_col = col