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

Type declaration for NewOperations server

Aliased Type§

struct NewOperationsServerStreamType {}