iced icon indicating copy to clipboard operation
iced copied to clipboard

Widget states should implement standard traits eagerly

Open ruza-net opened this issue 3 years ago • 1 comments

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

ruza-net avatar Mar 21 '21 17:03 ruza-net

Why do you need to compare widget states?

13r0ck avatar Mar 22 '21 15:03 13r0ck