Type Definition failsafe::backoff::Backoff

source · []
pub type Backoff = dyn Iterator<Item = Duration>;
Expand description

A type alias for backoff strategy.