[−][src]Type Definition sunrise_kernel::i386::structures::idt::HandlerFuncWithErrCode
type HandlerFuncWithErrCode = fn(error_code: u32);
A handler function for an exception that pushes an error code.