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.

Loading content...

Implementations on Foreign Types

impl<E> RetryError for RusotoError<E>[src]

impl RetryError for HttpDispatchError[src]

Loading content...

Implementors

Loading content...