Type Alias InternerBucket

Source
type InternerBucket<'a, V> = (Option<&'a [u8]>, V);
Expand description

A single bucket in Interner.