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

Type declaration for New execution Info server

Aliased Type§

struct NewTransferInfoServerStreamType {}