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 合併指標
 (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).

貢獻者指南