John Nunley
Results
373
comments of
John Nunley
No that's actually way better than my approach. Thanks for doing that! I'll close this PR in favor of that one.
This is what I was trying to implement in #2693 and with the `menubar` crate
Generally, in Rust we do composition rather than inheritance. So there would be a common `Toplevel` struct that both `Window` and `Popup` are built around, in this hypothetical view.