[][src]Type Definition x86_64::structures::idt::DivergingHandlerFuncWithErrCode

type DivergingHandlerFuncWithErrCode = extern "x86-interrupt" fn(_: &mut InterruptStackFrame, error_code: u64) -> !;

A handler function with an error code that must not return, e.g. for a double fault exception.