Searched defs:PanicDrop (Results 1 – 1 of 1) sorted by relevance
57 struct PanicDrop<T>(T); struct59 impl<T> Drop for PanicDrop<T> { implementation