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