[][src]Module adaptive_backoff::backoff

Structs

ExponentialBackoff
ExponentialBackoffBuilder

Builder for ExponentialBackoff.

Traits

Backoff

The Backoff trait provides a method to return how long to back off when called.