sel4_microkit::panicking

Function catch_unwind

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

Like std::panic::catch_unwind.