Type Alias massa_grpc::stream::send_blocks::SendBlocksStreamType

source ·
pub type SendBlocksStreamType = Pin<Box<dyn Stream<Item = Result<SendBlocksResponse, Status>> + Send + 'static>>;
Expand description

Type declaration for SendBlockStream

Aliased Type§

struct SendBlocksStreamType {}