pub type IndexOccupiedEntry<'a, K, V> = OccupiedEntry<'a, K, V>;

Aliased Type§

struct IndexOccupiedEntry<'a, K, V> {
    map: &'a mut IndexMapCore<K, V>,
    raw_bucket: Bucket<usize>,
    key: K,
}

Fields§

§map: &'a mut IndexMapCore<K, V>§raw_bucket: Bucket<usize>§key: K

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.