Expand description
Operation customization and supporting types
Structs§
- Customizable
Operation - A wrapper type for
Operation
s that allows for customization of the operation before it is sent. ACustomizableOperation
may be sent by calling its.send()
method. - Operation
Enums§
- Retry
Kind RetryKind
describes how a request MAY be retried for a given response
Traits§
- Classify
Retry - Classifies what kind of retry is needed for a given
response
.