pub type AsyncIndexMapManager<K, V, S = RandomState> = IndexMap<K, EntryValue<V>, S>;
Expand description

A type alias for [PendingManager] that based on the IndexMap.

Aliased Type§

struct AsyncIndexMapManager<K, V, S = RandomState> { /* private fields */ }