pub trait RetryableError {
// Required method
fn is_retryable(&self) -> bool;
}
Expand description
Trait to determine if an error is retryable
pub trait RetryableError {
// Required method
fn is_retryable(&self) -> bool;
}
Trait to determine if an error is retryable