summaryrefslogtreecommitdiffstats
path: root/futures/src/maybe_send.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce `MaybeSend` trait in `iced_futures`Libravatar Héctor Ramón Jiménez2022-01-281-0/+21
It allows to clean up all the `trait_aliases` modules!