Module paxakos::retry[][src]

Expand description

Defines the RetryPolicy trait and related types.

Structs

Append was not retried.

Implementation of RetryPolicy that never retries.

Retry policy basod on a Backoff implementation.

Traits

Policy that determines whether an append should be retried.