Type Alias massa_grpc::stream::tx_throughput::TransactionsThroughputServerStreamType
source · pub type TransactionsThroughputServerStreamType = Pin<Box<dyn Stream<Item = Result<TransactionsThroughputServerResponse, Status>> + Send + 'static>>;Expand description
Type declaration for TransactionsThroughput
Aliased Type§
struct TransactionsThroughputServerStreamType {}