Type Alias mz_storage_client::client::StorageGrpcClient

source ·
pub type StorageGrpcClient = GrpcClient<StorageProtoServiceTypes>;

Aliased Type§

struct StorageGrpcClient {
    tx: UnboundedSender<ProtoStorageCommand>,
    rx: Streaming<ProtoStorageResponse>,
}

Fields§

§tx: UnboundedSender<ProtoStorageCommand>§rx: Streaming<ProtoStorageResponse>