clementine_core::extended_bitcoin_rpc

Trait RetryableError

Source
pub trait RetryableError {
    // Required method
    fn is_retryable(&self) -> bool;
}
Expand description

Trait to determine if an error is retryable

Required Methods§

Implementations on Foreign Types§

Source§

impl RetryableError for Error

Implementors§