type ReplicaClient = Partitioned<Client<StorageCommand, StorageResponse>, StorageCommand, StorageResponse>;Aliased Type§
struct ReplicaClient {
pub parts: Vec<Client<StorageCommand, StorageResponse>>,
/* private fields */
}Fields§
§parts: Vec<Client<StorageCommand, StorageResponse>>The individual partitions representing per-worker clients.