pub fn drop_or_forget<T>(value: T)Expand description
Drop a value. If dropping the value results in an unwinding panic, mem::forget the panic payload.
pub fn drop_or_forget<T>(value: T)Drop a value. If dropping the value results in an unwinding panic, mem::forget the panic payload.