Type Alias PanicInfo

type PanicInfo = PanicHookInfo<'a>

A struct providing information about a panic.

PanicInfo has been renamed to PanicHookInfo to avoid confusion with core::panic::PanicInfo.