Protocol std::prelude::Result::Freeable

Re-export from std::mem::Freeable

protocol Freeable<Self> { ... }

Types that can be "freed".

Usually these types contain something that is heap-allocated.

Required methods