PanicInfo in std::panic - Rust (original) (raw)
Type Alias PanicInfo
1.10.0 · Source
pub type PanicInfo<'a> = PanicHookInfo<'a>;
👎Deprecated since 1.82.0: use PanicHookInfo
instead
Expand description
A struct providing information about a panic.
PanicInfo
has been renamed to PanicHookInfo to avoid confusion withcore::panic::PanicInfo.
Aliased Type§
struct PanicInfo<'a> { /* private fields */ }