Skip to main content

DebugHandler

Type Alias DebugHandler 

Source
pub type DebugHandler = fn(&mut KernelTrapFrame<'_>) -> bool;
Expand description

Debug trap hook type.