iced-rs/iced
Widget states should implement standard traits eagerly
Ouverte
#790 ouverte le 21 mars 2021
featuregood first issuequestionwidget
Métriques du dépôt
- Stars
- (30 491 étoiles)
- Métriques de merge PR
- (Merge moyen 24j 11h) (11 PRs mergées en 30 j)
Description
The builtin widgets' states should implement standard traits (notably PartialEq) eagerly.
It would be convenient for me to #[derive(PartialEq)] for my app state. Unfortunately, it contains text_input::State which doesn't impl it (but it could).