Skip to main content

catch_callback

Function catch_callback 

Source
pub(crate) fn catch_callback<T>(failure: T, f: impl FnOnce() -> T) -> T
Expand description

Contains Rust panics before they can unwind through C.