Searched defs:CleanupGuard (Results 1 – 1 of 1) sorted by relevance
528 struct CleanupGuard<'a, T> { in compact() struct529 slab: &'a mut Slab<T>, in compact()530 decrement: bool, in compact()532 impl<T> Drop for CleanupGuard<'_, T> { in compact() implementation