diff options
author | 2023-08-03 10:19:28 -0700 | |
---|---|---|
committer | 2023-10-18 17:34:16 -0500 | |
commit | e0233ebc3ce4791d094c52eeef81cce78b9bc578 (patch) | |
tree | 7bc8db4f66c43e39b4a47cc1c6a29edba96bdcc6 /examples | |
parent | bc9bb28b1ccd1248d63ccdfef2f57d7aa837abbb (diff) | |
download | iced-e0233ebc3ce4791d094c52eeef81cce78b9bc578.tar.gz iced-e0233ebc3ce4791d094c52eeef81cce78b9bc578.tar.bz2 iced-e0233ebc3ce4791d094c52eeef81cce78b9bc578.zip |
Fix `Command<T>::perform` to return a `Command<T>`
This seems like clearly the correct thing to do here. If the type bound
on `Command` isn't specified, it makes no difference, since the generic
is inferred in a way that works with either definition. But this is
important if `Command<T>` is aliased with a concrete type.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions