[][src]Type Definition prometheus::core::AtomicU64

type AtomicU64 = RwlockAtomic<u64>;

A fallback atomic unsigned integer for stable Rust.