Trait tikv_util::stream::RetryError[][src]

pub trait RetryError {
    fn is_retryable(&self) -> bool;
}
[]

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][]

impl RetryError for HttpDispatchError[src][]

Implementors

impl RetryError for Error

impl RetryError for KmsError

impl RetryError for Error

impl RetryError for CloudConvertError

impl RetryError for RequestError