Trait tikv_util::stream::RetryError [−][src]
Trait for errors which can be retried inside retry()
.
Required methods
fn is_retryable(&self) -> bool
[src][−]
Returns whether this error can be retried.
Implementations on Foreign Types
impl<E> RetryError for RusotoError<E>
[src][−]
fn is_retryable(&self) -> bool
[src]
impl RetryError for HttpDispatchError
[src][−]
fn is_retryable(&self) -> bool
[src]
Implementors
impl RetryError for Error
impl RetryError for Error
impl RetryError for KmsError
impl RetryError for KmsError
impl RetryError for Error
impl RetryError for Error
impl RetryError for CloudConvertError
impl RetryError for CloudConvertError
impl RetryError for RequestError
impl RetryError for RequestError