Open
Description
First, thanks a lot for this great library and it's accompanying documentation!
This description of std::future::Future
form the book sounds not quite correct:
In some sense, the std::future::Future can be seen as a minimal subset of futures::future::Future
https://book.async.rs/overview/std-and-library-futures.html
Actually both traits are the same. It's just a reexport: