Type Alias rstubs::arch::int::idt::HandlerFunc

source ยท
pub type HandlerFunc = unsafe extern "x86-interrupt" fn(_: InterruptStack);
Expand description

A handler function for an interrupt or an exception without error code.