Type Alias interrupts::InterruptHandler
pub type InterruptHandler = extern "x86-interrupt" fn(_: InterruptStackFrame);
Expand description
A handler function for an interrupt or an exception without error code.
This type alias is only usable with the abi_x86_interrupt
feature enabled.