Trait phper_alloc::EAllocatable [−][src]
Expand description
The item which can be placed into container EBox.
Provided methods
fn free(ptr: *mut Self)[src]
Expand description
The method to free the heap allocated by emalloc, should call efree at the end.