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