Type Alias IntCounter

Source
pub(crate) type IntCounter = DeleteOnDropCounter<AtomicU64, Vec<String>>;

Aliased Type§

struct IntCounter { /* private fields */ }