Table

Type Alias Table 

Source
pub type Table<V> = MapUnionHashMap<RowKey, V>;
Expand description

A map from row keys to values in a table.

Aliased Typeยง

pub struct Table<V>(/* private fields */);