Trait leak_playground_std::marker::Forget
source · pub unsafe auto trait Forget { }
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.