Trait leak_playground_std::marker::Leak
source · pub unsafe auto trait Leak { }
Expand description
The core trait of the destruction guarantee.
§Safety
Implement only if you know there’s absolutely no possible way to forget your type.