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 */);
pub type UstrColumn<V> = HashColumn<Ustr, V, BuildHasherDefault<IdentityHasher>>;
An unindexed column with keys of type Ustr
.
struct UstrColumn<V>(/* private fields */);