iced-rs/iced
Widget states should implement standard traits eagerly
Aberta
#790 aberto em 21 de mar. de 2021
featuregood first issuequestionwidget
Métricas do repositório
- Stars
- (30.491 estrelas)
- Métricas de merge de PR
- (Mesclagem média 24d 11h) (11 fundiu PRs em 30d)
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).