Protocol std::mem::Freeable

protocol Freeable<Self> { ... }

Types that can be "freed".

Usually these types contain something that is heap-allocated.

Required methods