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

type DivergingHandlerFunc = extern "x86-interrupt" fn(_: &mut InterruptStackFrame) -> !;

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