pub type RowKey = String;
The key of a row in a table in the key-value store.
struct RowKey { /* private fields */ }