Function panik::run_and_handle_panics_no_debug[][src]

pub fn run_and_handle_panics_no_debug<R>(
    do_me: impl FnOnce() -> R + UnwindSafe
) -> Option<R>

Identical to run_and_handle_panics except the return type doesn't need to be Debug.

This only matters when logging a return value has been swallowed due to a different thread panicking.