DynEndObjectFn

Type Alias DynEndObjectFn 

Source
pub type DynEndObjectFn = unsafe fn(object: PtrMut);
Expand description

Finalize the object (optional, for shrinking capacity etc.).

ยงSafety

object must point to an initialized dynamic value that is an object.