Type Alias rstubs::arch::int::idt::DivergingHandlerFunc

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

A handler function that must not return, e.g. for a machine check exception.