iced-rs/iced

Widget states should implement standard traits eagerly

开放

#790 创建于 2021年3月21日

 (2 条评论) (0 个反应) (0 位负责人)Rust (1,572 个派生)batch import
featuregood first issuequestionwidget

仓库指标

星标
 (30,491 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 11 个 PR)

描述

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

贡献者指南