Macros§
Structs§
- Async
Retry - A future which is trying to resolve inner future until it exits successfully or return an error.
- Exponential
Retry Strategy - Infinite
Retry Strategy - Linear
Retry Strategy - Retry
Error - Error returned from AsyncRetry, i.e.
when we await AsyncRetry, the returned type is
Result<T, RetryError<E>>
- TooMany
Attempts - Type to be used in RetryStrategy
Enums§
- Retry
Policy - Return type of inner future inside AsyncRetry
Traits§
- Future
Factory - Retry
Strategy - Configuration trait for AsyncRetry.