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