Expand description

Operation customization and supporting types

Structs

A wrapper type for Operations that allows for customization of the operation before it is sent. A CustomizableOperation may be sent by calling its .send() method.

Enums

RetryKind describes how a request MAY be retried for a given response

Traits

Classifies what kind of retry is needed for a given response.