1 2 3 4 5
/// A unique key for a row. pub type RowKey = String; /// The row data is a binary payload (e.g., serialized protobuf). pub type RowData = Vec<u8>;