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