Protocol std::prelude::Result::Freeable
Re-export from std::mem::Freeable
Types that can be "freed".
Usually these types contain something that is heap-allocated.
Required methods
-
fn free(self: &mut Self)
Frees the memory backing the object.