Also if the futures exposed by a library (public or internal in a larger project) nearly every user will run into issues if they are not Send.
Also if the futures exposed by a library (public or internal in a larger project) nearly every user will run into issues if they are not Send.
yedlin.net/DebunkingHDR...
yedlin.net/DebunkingHDR...
1. Trait upcasting isn't stable yet (scheduled for 1.86).
2. Some interfaces like `Clone` aren't dyn safe, so you cannot dyn dispatch through a `Box`/reference.
1. Trait upcasting isn't stable yet (scheduled for 1.86).
2. Some interfaces like `Clone` aren't dyn safe, so you cannot dyn dispatch through a `Box`/reference.