Type Alias PanicInfo

Deprecated since 1.82.0: use `PanicHookInfo` instead
pub type PanicInfo<'a> = PanicHookInfo<'a>;

A struct providing information about a panic.

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