Type Alias gossip_kv::model::Table

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

A map from row keys to values in a table.

Aliased Type§

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