[][src]Module tower::retry::budget

This is supported on crate feature retry only.

A retry "budget" for allowing only a certain amount of retries over time.

Structs

Budget

Represents a "budget" for retrying requests.

Overdrawn

Indicates that it is not currently allowed to "withdraw" another retry from the Budget.