kernel
0.1.0
In kernel::
panic_
handler
kernel
::
panic_handler
Function
catch_unwind
Copy item path
Source
pub fn catch_unwind<R, F:
FnOnce
() -> R>(f: F) ->
Result
<R,
Box
<dyn
Any
+
Send
>>