Trait pravega_client_retry::retry_policy::BackoffSchedule[][src]

pub trait BackoffSchedule: Iterator<Item = Duration> { }
Expand description

The retry policy that can retry something with backoff policy.

Implementors

Any implementation which implements the Iterator trait would also implement BackoffSchedule.