Skip to main content

IsRetryable

Trait IsRetryable 

Source
pub trait IsRetryable {
    // Required method
    fn is_retryable(&self) -> bool;
}

Required Methods§

Source

fn is_retryable(&self) -> bool

Returns true if the error is transient and the operation that caused it should be retried.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§