ostd
0.15.2
In ostd::
panic
ostd
::
panic
Function
catch_unwind
Copy item path
pub fn catch_unwind<R, F>(f: F) ->
Result
<R,
Box
<dyn
Any
+
Send
>>
where F:
FnOnce
() -> R,