Searched defs:DropCounter (Results 1 – 1 of 1) sorted by relevance
32 pub struct DropCounter<'a> { struct33 count: &'a mut i3236 impl<'a> DropCounter<'a> { implementation47 impl<'a> Drop for DropCounter<'a> { implementation