Type Alias massa_grpc::stream::new_blocks::NewBlocksServerStreamType

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

Type declaration for NewBlocksServer

Aliased Type§

struct NewBlocksServerStreamType {}