Trait pravega_client_retry::retry_result::Retryable[][src]

pub trait Retryable {
    fn can_retry(&self) -> bool;
}

Trait which is used check if the Error is Retryable.

Required methods

fn can_retry(&self) -> bool[src]

Loading content...

Implementors

Loading content...