Type Definition concurrent_kv::LibraryStore [] [src]

type LibraryStore<K, V> = HashMap<K, Arc<ArcCell<V>>>;