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

type AtomicI64 = RwlockAtomic<i64>;

A fallback atomic signed integer for stable Rust.