iced-rs/iced

Widget states should implement standard traits eagerly

Open

#790 opened on 2021年3月21日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Rust (30,491 stars) (1,572 forks)batch import
featuregood first issuequestionwidget

説明

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

コントリビューターガイド

Widget states should implement standard traits eagerly · iced-rs/iced#790 | Good First Issue