Function sel4_panicking::catch_unwind
source ยท pub fn catch_unwind<R, F: FnOnce() -> R + UnwindSafe>(
f: F,
) -> Result<R, Payload>
Expand description
Like std::panic::catch_unwind
.
pub fn catch_unwind<R, F: FnOnce() -> R + UnwindSafe>(
f: F,
) -> Result<R, Payload>
Like std::panic::catch_unwind
.