Module futures_util::future::ready
source · Structs§
- Future for the
ready
function.
Functions§
- Create a future that is immediately ready with an error value.
- Create a future that is immediately ready with a success value.
- Creates a future that is immediately ready with a value.