Type Alias IntCounter

Source
type IntCounter = DeleteOnDropCounter<AtomicU64, Vec<String>>;

Aliased Typeยง

struct IntCounter { /* private fields */ }