iced-rs/iced

Widget states should implement standard traits eagerly

Open

#790 建立於 2021年3月21日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (30,491 star) (1,572 fork)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).

貢獻者指南