Module tokio_retry::decorators [] [src]

Decorators adding functionality to retry strategies.

Structs

Jittered

A decorator adding full random jitter to a retry strategy.

LimitedDelay

A decorator limiting the delay between attempts.

LimitedRetries

A decorator limiting the number of retries.