Type Alias gossip_kv::RowKey

source ·
pub type RowKey = String;
Expand description

The key of a row in a table in the key-value store.

Aliased Type§

struct RowKey { /* private fields */ }