Searched defs:Recorddrop (Results 1 – 1 of 1) sorted by relevance
11 struct Recorddrop<'a>(i64, &'a Mutex<Vec<i64>>); in collect_drop_on_unwind() struct13 impl<'a> Drop for Recorddrop<'a> { in collect_drop_on_unwind() implementation