Type Alias IrqCallbackFunction

Source
pub type IrqCallbackFunction = dyn Fn(&TrapFrame) + Sync + Send + 'static;
Expand description

A type alias for the IRQ callback function.