Module aliri_tokens::backoff[][src]

Expand description

Error backoff handling

Structs

ErrorBackoffConfig

Configuration for how to manage backoff when an error is encountered

ErrorBackoffHandler

A stateful handler that manages error backoff state

Traits

WithBackoff

Utility trait for extending types with a backoff handler