Skip to main content

PullerError

Trait PullerError 

Source
pub trait PullerError:
    Send
    + Unpin
    + 'static {
    // Provided method
    fn is_irrecoverable(&self) -> bool { ... }
}

Provided Methods§

Implementations on Foreign Types§

Source§

impl PullerError for ()

Implementors§