Expand description
Managed retry Policy
.
See ManagedPolicy
for more details.
Structs§
- An
Extensions
value that can be added to theContext
of aRequest
to signal that the request should not be retried. - A managed retry
Policy
, which allows for an easier interface to configure retrying requests. - A type to represent the undefined default type, which is used as the placeholder in the
ManagedPolicy
, when the user does not provide a specific type.
Traits§
- A trait that is used to umbrella-cover all possible implementation kinds for the cloning functionality.
- A trait that is used to umbrella-cover all possible implementation kinds for the retry rule functionality.