pub type NewFilledBlocksServerStreamType = Pin<Box<dyn Stream<Item = Result<NewFilledBlocksServerResponse, Status>> + Send + 'static>>;
Expand description

Type declaration for NewFilledBlocksServerStream

Aliased Type§

struct NewFilledBlocksServerStreamType {}