Struct backoff::backoff::Zero [] [src]

pub struct Zero {}

Immediately retry the operation.

Trait Implementations

impl Backoff for Zero
[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.