Type Alias ostd::trap::IrqCallbackFunction
source ยท pub type IrqCallbackFunction = dyn Fn(&TrapFrame) + Sync + Send + 'static;Expand description
Type alias for the irq callback function.
pub type IrqCallbackFunction = dyn Fn(&TrapFrame) + Sync + Send + 'static;Type alias for the irq callback function.