Type Definition metrics_prometheus::storage::mutable::Map
source · pub type Map<K, V> = Arc<RwLock<HashMap<K, V>>>;Expand description
Thread-safe HashMap a Collection is built upon.
pub type Map<K, V> = Arc<RwLock<HashMap<K, V>>>;Thread-safe HashMap a Collection is built upon.