sel4_panicking

Function catch_unwind

Source
pub fn catch_unwind<R, F: FnOnce() -> R + UnwindSafe>(
    f: F,
) -> Result<R, Payload>
Expand description

Like std::panic::catch_unwind.