pub fn UnwindTerminate(reason: UnwindTerminateReason) -> UnwindActionArg
🔬This is a nightly-only experimental API. (
custom_mir
)Available on crate feature
std
only.Expand description
An unwind action that terminates the execution.
UnwindTerminate
can also be used as a terminator.