Module retriable

Source
Expand description

Declare the RetryTime enumeration and related code.

Structs§

LooseCmpRetryTime
A RetryTime wrapped so that it compares according to RetryTime::loose_cmp

Enums§

AbsRetryTime
An absolute RetryTime.
RetryTime
A description of when an operation may be retried.
RetryTimeDiscriminants 🔒
Auto-generated discriminant enum variants

Traits§

HasRetryTime
Trait for an error object that can tell us when the operation which generated it can be retried.