Skip to main content

is_interrupt

Function is_interrupt 

Source
pub fn is_interrupt(err: &Error) -> bool
Expand description

Wether the error in question originated from an Interruptor calling Interruptor::interrupt.

This just checks if the error is of type InterruptReceived..