pub trait MinRetries<Other>: Sealed<Other> {
type Min;
}Expand description
Helper trait for determining the weakest of two retry guarantees.
pub trait MinRetries<Other>: Sealed<Other> {
type Min;
}Helper trait for determining the weakest of two retry guarantees.