Trait fend_core::Interrupt[][src]

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

Required methods

Implementors