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