Trait fend_core::Interrupt

source ·
pub trait Interrupt {
    // Required method
    fn should_interrupt(&self) -> bool;
}

Required Methods§

Implementors§