Type Definition backoff::ExponentialBackoffBuilder
source · pub type ExponentialBackoffBuilder = ExponentialBackoffBuilder<SystemClock>;Expand description
Builder for exponential backoff policy with system’s clock.
pub type ExponentialBackoffBuilder = ExponentialBackoffBuilder<SystemClock>;Builder for exponential backoff policy with system’s clock.