Searched defs:DropCounterHandle (Results 1 – 1 of 1) sorted by relevance
30 pub struct DropCounterHandle(Arc<AtomicUsize>); struct33 pub fn new(value: T) -> (Self, DropCounterHandle) { in new() argument53 impl DropCounterHandle { impl