pub trait Interrupt {
    fn should_interrupt(&self) -> bool;
}

Required Methods

Implementors