[][src]Module retry_fn::strategy

Different iterators to retry using

Structs

Constant

Create a new type representing a constant time iterator

ExponentialBackoff

Define a type for the exponential time iterator

Immediate

Define type for Immediate strategy