Structs§
- Retry implementation.
Traits§
Functions§
- Retries given
operationaccording to theBackoffpolicy. Callsnotifyon failed attempts (in case ofError::Transient).Backoffis reset before it is used. The returned future can be spawned onto a compatible runtime.