Type Alias IntCounter

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

Aliased Typeยง

pub(crate) struct IntCounter { /* private fields */ }