Function catch_unwind

Source
pub fn catch_unwind<R>(f: impl FnOnce() -> R) -> Result<R>