[][src]Type Definition memur::DropFn

type DropFn = unsafe fn(data: *const u8);

Function that is intended to drop the values at the specified pointer location.

Drop functions are placed in droplists, and droplists are executed when the arena is dropped.