Destruct implementation for a type.
core::traits
core::traits::PanicDestruct
A trait that allows for destruction of a value in case of a panic.
This trait is automatically implemented from the
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Destruct implementation for a type.
pub trait PanicDestruct
fn panic_destruct(self: T, ref panic: Panic)
Was this page helpful?