Struct backoff::backoff::Stop [] [src]

pub struct Stop {}

The operation should never be retried.

Trait Implementations

impl Backoff for Stop
[src]

next_backoff() time is elapsed before it is called again. If it returns None, it means the operation timed out and no further retries are done. Read more

Resets the internal state to the initial value.