I tend to agree with those that suggest OO languages are far better suited for GUIs than Rust. I love traits, but all the GUI libraries for Rust I've seen are hot messes. The TUI stuff isn't much better (e.g. Cursive is borked on Windows).
I'd LOVE to see something along the lines of Qt for Rust, but I'm not going to hold my breath.