Trait fend_core::Interrupt

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

Required Methods§

Implementors§