Skip to main content

InterruptHandler

Type Alias InterruptHandler 

Source
pub type InterruptHandler = Box<dyn FnMut() -> bool + Send>;
Available on crate feature parallel only.
Expand description

The type of the interrupt handler.

Aliased Typeยง

pub struct InterruptHandler(/* private fields */);