Type Alias Entries

Source
type Entries<K, V> = Vec<Bucket<K, V>>;

Aliased Typeยง

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