Closed negezor closed 5 months ago
Instead of depending entirely on the futures library all that is needed is futures-util and the Future trait from std.
futures
futures-util
Future
std
Instead of depending entirely on the
futures
library all that is needed isfutures-util
and theFuture
trait fromstd
.