[−][src]Trait interrupt_support::Interruptee
Represents the state of something that may be interrupted. Decoupled from the interrupt mechanics so that things which want to check if they have been interrupted are simpler.
Represents the state of something that may be interrupted. Decoupled from the interrupt mechanics so that things which want to check if they have been interrupted are simpler.
fn was_interrupted(&self) -> bool
fn err_if_interrupted(&self) -> Result<(), Interrupted>
impl Interruptee for NeverInterrupts
[src]fn was_interrupted(&self) -> bool
[src]