[][src]Type Definition abi_stable::pointer_trait::DestructorType

type DestructorType<T> = unsafe extern "C" fn(data: *mut T, _: CallReferentDrop);

The type of the destructor for every pointer type from in this crate.