Expand description
Declare the RetryTime
enumeration and related code.
Structs§
- Loose
CmpRetry Time - A
RetryTime
wrapped so that it compares according toRetryTime::loose_cmp
Enums§
- AbsRetry
Time - An absolute
RetryTime
. - Retry
Time - A description of when an operation may be retried.
- Retry
Time 🔒Discriminants - Auto-generated discriminant enum variants
Traits§
- HasRetry
Time - Trait for an error object that can tell us when the operation which generated it can be retried.