Destroyable
These are the functions that are needed to implement the interface Destroyable:
destroy
| Overload | Description |
|---|---|
destroy(obj: &Self) -> () |
Frees the memory of obj
|
These are the functions that are needed to implement the interface Destroyable:
| Overload | Description |
|---|---|
destroy(obj: &Self) -> () |
Frees the memory of obj
|