Skip to main content

ElasticEntry

Type Alias ElasticEntry 

Source
pub type ElasticEntry<'a, K, V, S = DefaultHashBuilder, A = Global> = Entry<'a, K, V, ElasticTable<K, V, S, A>>;
Expand description

A view into a single entry, occupied or vacant.

Aliased Typeยง

pub enum ElasticEntry<'a, K, V, S = DefaultHashBuilder, A = Global> {}