pub type DropInPlaceFn = for<'mem> unsafe fn(value: Opaque<'mem>) -> OpaqueUninit<'mem>;Expand description
Function to drop a value
ยงSafety
The value parameter must point to aligned, initialized memory of the correct type.
pub type DropInPlaceFn = for<'mem> unsafe fn(value: Opaque<'mem>) -> OpaqueUninit<'mem>;Function to drop a value
The value parameter must point to aligned, initialized memory of the correct type.