zerokms_protocol

Trait RetryableError

source
pub trait RetryableError {
    // Required method
    fn can_retry(&self) -> bool;
}

Required Methods§

source

fn can_retry(&self) -> bool

Implementors§