Searched defs:IncrementOnDrop (Results 1 – 1 of 1) sorted by relevance
1429 struct IncrementOnDrop<'a>(&'a Cell<usize>); struct1431 impl<'a> Drop for IncrementOnDrop<'a> { implementation