Type Alias aster_frame::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.