Type Alias ostd::trap::IrqCallbackFunction

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

Type alias for the irq callback function.