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 */);
pub type IndexedUstrColumn = IndexedHashColumn<Ustr, Ustr, BuildHasherDefault<IdentityHasher>>;
An indexed column with keys and values of type Ustr
.
struct IndexedUstrColumn(/* private fields */);