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