Module future

Source

Traits§

Future
A future represents an asynchronous computation obtained by use of async.

Type Aliases§

BoxFuture
An owned dynamically typed Future for use in cases where you can’t statically type your result or need to add some indirection.