Type Alias rstubs::arch::int::idt::HandlerFuncWithErrCode

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

A handler function for an exception that pushes an error code.