Searched defs:DropGuard (Results 1 – 1 of 1) sorted by relevance
241 pub struct DropGuard<T: ?Sized> { struct245 impl<T: ?Sized> DropGuard<T> { impl262 impl<T: ?Sized> Drop for DropGuard<T> { implementation