Module managed
Expand description
Managed retry Policy
.
See ManagedPolicy
for more details.
Structs§
- DoNot
Retry - An
Extensions
value that can be added to theContext
of aRequest
to signal that the request should not be retried. - Managed
Policy - A managed retry
Policy
, which allows for an easier interface to configure retrying requests. - Undefined
- 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§
- Clone
Input - A trait that is used to umbrella-cover all possible implementation kinds for the cloning functionality.
- Retry
Rule - A trait that is used to umbrella-cover all possible implementation kinds for the retry rule functionality.