catlog::zero::column

Type Alias UstrColumn

Source
pub type UstrColumn<V> = HashColumn<Ustr, V, BuildHasherDefault<IdentityHasher>>;
Expand description

An unindexed column with keys of type Ustr.

Aliased Typeยง

struct UstrColumn<V>(/* private fields */);