Function sel4_microkit::panicking::catch_unwind

source ·
pub fn catch_unwind<R, F>(f: F) -> Result<R, Payload>
where F: FnOnce() -> R + UnwindSafe,