PanicDestruct

A trait that allows for destruction of a value in case of a panic.This trait is automatically implemented from the Destruct implementation for a type.

Fully qualified path: core::traits::PanicDestruct

pub trait PanicDestruct<T>

Trait functions

panic_destruct

Fully qualified path: core::traits::PanicDestruct::panic_destruct

fn panic_destruct(self: T, ref panic: Panic) nopanic