std::collections::hash_map::raw_table::EmptyBucketMut
[−]
[src]
type EmptyBucketMut<'table, K, V> = EmptyBucket<K, V, &'table mut RawTable<K, V>>;