Module unwind

Source
Expand description

A CompiledFunctionUnwindInfo contains the function unwind information.

The unwind information is used to determine which function called the function that threw the exception, and which function called that one, and so forth.

Learn more.

Enums§

ArchivedCompiledFunctionUnwindInfo
An archived CompiledFunctionUnwindInfo
CompiledFunctionUnwindInfo
Compiled function unwind information.
CompiledFunctionUnwindInfoReference
Generic reference to data in a CompiledFunctionUnwindInfo
CompiledFunctionUnwindInfoResolver
The resolver for an archived CompiledFunctionUnwindInfo

Traits§

CompiledFunctionUnwindInfoLike
Any struct that acts like a CompiledFunctionUnwindInfo.