Skip to main content

safe_call

Function safe_call 

Source
pub fn safe_call<F, R>(f: F) -> Result<R>
where F: FnOnce() -> R + UnwindSafe,