pub type DbSubstateKey = (DbPartitionKey, DbSortKey);Expand description
A fully-specified key of a substate (i.e. specifying its partition and sort key).
pub type DbSubstateKey = (DbPartitionKey, DbSortKey);A fully-specified key of a substate (i.e. specifying its partition and sort key).