pub fn set_page_fault_handler(handler: PageFaultHandler) -> PageFaultHandlerExpand description
Installs the global page-fault trap hook and returns the previous one.
pub fn set_page_fault_handler(handler: PageFaultHandler) -> PageFaultHandlerInstalls the global page-fault trap hook and returns the previous one.