catlog::zero::column

Type Alias IndexedUstrColumn

Source
pub type IndexedUstrColumn = IndexedHashColumn<Ustr, Ustr, BuildHasherDefault<IdentityHasher>>;
Expand description

An indexed column with keys and values of type Ustr.

Aliased Typeยง

struct IndexedUstrColumn(/* private fields */);