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