MinRetries

Trait MinRetries 

Source
pub trait MinRetries<Other>: Sealed<Other> {
    type Min;
}
Expand description

Helper trait for determining the weakest of two retry guarantees.

Required Associated Types§

Source

type Min

The weaker of the two retry guarantees.

Implementors§