Expand description
Futures.
Structs§
- Future
Option - A future representing a value which may or may not be present.
- Future
Result - A future representing a value that is immediately ready.
Traits§
- Future
- A future represents an asychronous computation that may fail.
- Into
Future - Types that can be converted into a future.