iced-rs/iced

Widget states should implement standard traits eagerly

Aperta

#790 aperta il 21 mar 2021

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (1572 fork)batch import
featuregood first issuequestionwidget

Metriche repository

Star
 (30.491 stelle)
Metriche merge PR
 (Merge medio 24g 11h) (11 PR mergiate in 30 g)

Descrizione

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).

Guida contributor