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

贡献者指南