Function emf_core_base_rs::global::extensions::unwind_internal::setup_unwind[][src]

pub fn setup_unwind<T>(f: impl FnOnce() -> T + UnwindSafe) -> T

Sets up the unwinding for the closure f

Any panic or termination signal, that occurs within f, is propagated.

Return

Return value from f.