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