Type Alias indexmap::map::core::Entries

source ·
type Entries<K, V> = Vec<Bucket<K, V>>;

Aliased Type§

struct Entries<K, V> { /* private fields */ }