Home
last modified time | relevance | path

Searched defs:CleanupGuard (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/slab/src/
Dlib.rs528 struct CleanupGuard<'a, T> { in compact() struct
529 slab: &'a mut Slab<T>, in compact()
530 decrement: bool, in compact()
532 impl<T> Drop for CleanupGuard<'_, T> { in compact() implementation