Re-exports§
pub use executor::Executor;pub use policy::RetryPolicy;pub use retry_result::RetryResult;
Modules§
Functions§
- abort
- Shorthand for RetryResult::Abort(error)
- retry
- Shorthand for RetryResult::Retry(error)
- success
- Shorthand for RetryResult::Success(value)