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